Skip to content

Releases: ggoodwin/go-nyse-time

v1.0.2

27 May 17:32
f011bee
Compare
Choose a tag to compare

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 to go-nyse-time.go
  • Moved holiday.go to src directory
  • Moved hours.go to src directory
  • Moved go-nys-time.go to src directory
  • Updated .gitignore file

Removed

  • Removed go.yml from .github/workflows

v1.0.1

24 May 03:19
e079f02
Compare
Choose a tag to compare

Updated name and files.

v1.0.0

18 Jan 17:08
Compare
Choose a tag to compare

Changelog

[1.0.0] - 2023-01-18

Added

  • Better Commenting

Changed

  • Updated CHANGELOG.md to include changes

Deprecated

Removed

Fixed

Security

v0.0.3

18 Jan 06:55
Compare
Choose a tag to compare

Changelog

[0.0.3] - 2023-01-18

Added

Changed

  • Changed repo title to nyse-time
  • Updated README.md to include usage examples
  • Updated CHANGELOG.md to include changes

Deprecated

Removed

Fixed

Security

v0.0.2

18 Jan 06:49
Compare
Choose a tag to compare

Changelog

[0.0.2] - 2023-01-18

Added

Changed

  • Changed package name from nyse to nyse_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

18 Jan 05:45
Compare
Choose a tag to compare

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
  • IsMarketOpenCustom(time.Time) - Checks if the market is open at a specific time
    • Returns true if the market is open
  • IsHoliday(time.Time) - Checks if a specific date is a holiday
    • Returns true if the date is a holiday
  • IsEarlyClose(time.Time) - Checks if a specific date is an early close
    • Returns true if the date is an early close
  • IsWeekend(time.Time) - Checks if a specific date is a weekend
    • Returns true if the date is a weekend

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