Releases: TwinFlame-Development/horoscopeAPI
Releases · TwinFlame-Development/horoscopeAPI
TwinFlame Horoscope API for Node.js 1.1.2
Changes:
- 'date' will accept any string conforming to the ECMAScript specification for date-time string
- misc clean up
Full Changelog: 1.1.1...1.1.2
TwinFlame Horoscope API for Node.js 1.1.1
Changes:
- Implements simple whitelist/blacklist filtering
- Add'l error handling
Full Changelog: 1.1.0...1.1.1
TwinFlame Horoscope API for Node.js 1.1.0
Changes:
- add support for POST method. So a GET or a POST will both work now.
- Parameters can be in the URL or in the request body (or mixed)
- Auth token can be in a Bearer Token, an API-KEY or in the URL
Full Changelog: 1.0.6...1.1.0
TwinFlame Horoscope API for Node.js 1.0.6
Changes:
- Adds error handling for duplicate parameters send in http GET
Full Changelog: 1.0.5...1.0.6
TwinFlame Horoscope API for Node.js 1.0.5
Changes:
- 'nohistory' data scrubber added (for hosted API customer requests)
- 'shorthoro' data scrubber added
- misc changes to legacy scrubbers (improved detection)
Full Changelog: 1.0.4...1.0.5
TwinFlame Horoscope API for Node.js 1.0.4
Changes:
- 'nodate' data scrubber modified (for hosted API)
- 'range' returns dates in
mm-dd-yyyy
format (ex: was:4/3/2023
-> now:04/03/2023
)
Full Changelog: 1.0.3...1.0.4
TwinFlame Horoscope API for Node.js 1.0.3
- add 'nodate' parameter -> this is a data scrubber for the returned horoscope text
- add weekly horoscope functionality
Full Changelog: 1.0.2...1.0.3
TwinFlame Horoscope API for Node.js 1.0.2
Add a call for 'all' signs -> returns all horoscopes for a given date.
Full Changelog: 1.01...1.0.2
TwinFlame Horoscope API for Node.js 1.0.1
- fixes for CORS header/response
Full Changelog: 1.0.0...1.01
TwinFlame Horoscope API for Node.js 1.0.0
Initial/Stable release.
:)
Full Changelog: https://github.com/TwinFlame-Development/horoscopeAPI/commits/1.0.0