Releases: ggoodwin/go-nyse-time
Releases · ggoodwin/go-nyse-time
v1.0.2
v1.0.2
[1.0.2] - 2023-05-27
Added
- Added
TODO.md
file - Added
build.yml
to.github/workflows
- Added
lint.yml
to.github/workflows
Changed
- Renamed
market.go
togo-nyse-time.go
- Moved
holiday.go
tosrc
directory - Moved
hours.go
tosrc
directory - Moved
go-nys-time.go
tosrc
directory - Updated
.gitignore
file
Removed
- Removed
go.yml
from.github/workflows
v1.0.1
v1.0.0
v0.0.3
v0.0.2
Changelog
[0.0.2] - 2023-01-18
Added
Changed
- Changed package name from
nyse
tonyse_time
- Updated
README.md
to include usage examples - Updated
CHANGELOG.md
to include changes
Deprecated
Removed
- Large amount of public functions that needed to be private
Fixed
Security
v0.0.1
Changelog
0.0.1 - 2023-01-17
Added
IsMarketOpen()
- Checks if the market is open at the current time- Returns
true
if the market is open
- Returns
IsMarketOpenCustom(time.Time)
- Checks if the market is open at a specific time- Returns
true
if the market is open
- Returns
IsHoliday(time.Time)
- Checks if a specific date is a holiday- Returns
true
if the date is a holiday
- Returns
IsEarlyClose(time.Time)
- Checks if a specific date is an early close- Returns
true
if the date is an early close
- Returns
IsWeekend(time.Time)
- Checks if a specific date is a weekend- Returns
true
if the date is a weekend
- Returns
Changed
- Updated
README.md
to include usage examples - Updated
CHANGELOG.md
to include changes
Deprecated
Removed
Fixed
Security
Full Changelog: https://github.com/octolibs/nyse-schedule/commits/v0.0.1