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
nyse.png
- Changed name to
stocks-go
- Removed
stocks.png
1.0.2 - 2023-05-24
- Added
docsfolder. - Added
imgfolder todocsfolder. - Added
srcfolder. - Added
GettingStarted.mdtodocsfolder. - Added
index.mdtodocsfolder. - Added
examplesfolder.
- Updated
CHANGELOG.mdto reflect changes. - Updated
README.mdto reflect changes. - Moved
consts.gotosrcfolder. - Moved
structs.gotosrcfolder. - Moved and renamed
stocks.gotosrcfolder.
1.0.1 - 2023-05-23
- Updated files to reflect new name
1.0.0 - 2023-01-18
- Added better commenting
- Changed
CHANGELOG.mdto reflect changes
- Unnecessary structs from docs
0.0.6 - 2023-01-18
- Changed
README.mdto reflect changes - Changed
CHANGELOG.mdto reflect changes - Change product name to
nyse-stocks-go - Change slug to
nyse_stocks
0.0.5 - 2023-01-18
- Moved constants to a different file
consts.go - Moved structs to a different file
structs.go
- Changed
README.mdto reflect removals and added struct details - Changed
CHANGELOG.mdto specify changes
- Removed Time and Holiday as they have been moved to a different library
0.0.4 - 2023-01-17
- Changed how PriceAndPercentage() works
- Changed timezones to UTC
- GetESTTime()
0.0.3 - 2023-01-17
- Fixed README.md
- Fixed Timezone
0.0.2 - 2023-01-16
- Results of PriceAndPercentage()
- Improved README.md
0.0.1 - 2023-01-16
- Changed the way EST time was being determined