All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated dependencies
- Updating babel and rollup configuration to support more detailed configurations
- Removed
delay
dev dependency - Removed support for
TIME_SERIES_INTRADAY_EXTENDED
in favor ofTIME_SERIES_INTRADAY
- Removed performance
SECTOR
support as it was dropped.
- Updated dist bundle
- Added support for new symbol
TIME_SERIES_INTRADAY_EXTENDED
- Added generic support for new endpoints that return csv
- Added new util
stripEol
to strip win and *nix line endings - Added new util
csvToJSON
to convert raw csv into json
- Updated the changelog to use Keep a Changelog format
- Updated deps
- Updated dependencies
- Fixed broken tests
- Modified jest config and folder name to follow a more standard configuration
- Adding new alpha.experimental function to support any API endpoint
- Updated dependencies
- Adding fundamental api support: OVERVIEW, INCOME_STATEMENT, BALANCE_SHEET, and CASH_FLOW
- Adding forex intraday, daily, monthly, and weekly endpoint support.
- Adding initial typescript types.
- Fixing malformed bundle file
- Removed the data interval parameter for all except intraday
- Fixed UMD support for browser and Node.js environments.
- Adding browser support via UMD bundle.
- Updating dependencies.
- Removing sector performance test until the API works again.
- Removing crypto intraday support (removed from API)
- Adding symbol search endpoint support
- Updating dependencies to remove audit and outdated warnings
- Adding Time Series FX (Daily) to the polish function
- Fixing documentation for SMA usage
- Removing test for intraday crypto data (removed from API)
- Adding global quote endpoint support
- Updating deps
- Fixing broken forex test
- Updating dotenv dependency
- Fixing documentation for data endpoints
- Adding batch quote support
- Updating jest to 22.0.4
- Adding forex support
- Adding crypto support
- Adding technical indicator support
- Adding weekly and monthly adjusted time series data support
- Updating deps
- Fixed issue where failing requests were not going to a catch handler.
BREAKING
- Changing the daily adjusted data to be under the daily_adjusted namespace from adjusted
- Adding env support for the api key
- Updating deps
- Increasing jest timeout
- Updating deps
- Adding env variable support
- Adding output restructuring utils with tests
- Adding CHANGELOG.md and backfilling releases
- Adding utils to the core export
- Adding missing tests
- Adding sector performance api
- Updating documentation
- Fixing code linting
- Adding initial tests
- Initial release