Skip to content

Latest commit

 

History

History
135 lines (83 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

135 lines (83 loc) · 2.84 KB

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Will list future updates here

1.0.3 - 2023-05-29

Added

  • Added nyse.png

Updated

  • Changed name to stocks-go

Removed

  • Removed stocks.png

1.0.2 - 2023-05-24

Added

  • Added docs folder.
  • Added img folder to docs folder.
  • Added src folder.
  • Added GettingStarted.md to docs folder.
  • Added index.md to docs folder.
  • Added examples folder.

Updated

  • Updated CHANGELOG.md to reflect changes.
  • Updated README.md to reflect changes.
  • Moved consts.go to src folder.
  • Moved structs.go to src folder.
  • Moved and renamed stocks.go to src folder.

1.0.1 - 2023-05-23

Updated

  • Updated files to reflect new name

1.0.0 - 2023-01-18

Added

  • Added better commenting

Changed

  • Changed CHANGELOG.md to reflect changes

Removed

  • Unnecessary structs from docs

0.0.6 - 2023-01-18

Changed

  • Changed README.md to reflect changes
  • Changed CHANGELOG.md to reflect changes
  • Change product name to nyse-stocks-go
  • Change slug to nyse_stocks

0.0.5 - 2023-01-18

Added

  • Moved constants to a different file consts.go
  • Moved structs to a different file structs.go

Changed

  • Changed README.md to reflect removals and added struct details
  • Changed CHANGELOG.md to specify changes

Removed

  • Removed Time and Holiday as they have been moved to a different library

0.0.4 - 2023-01-17

Changed

  • Changed how PriceAndPercentage() works
  • Changed timezones to UTC

Removed

  • GetESTTime()

0.0.3 - 2023-01-17

Fixed

  • Fixed README.md
  • Fixed Timezone

0.0.2 - 2023-01-16

Changed

  • Results of PriceAndPercentage()
  • Improved README.md

0.0.1 - 2023-01-16

Changed

  • Changed the way EST time was being determined