Nforce8 Changelog
Changes
Documenting the main changes in reverse chronological order by version
2.0.10
- Added back missing lodash
2.0.9
- moved default API version into package.json
2.0.8
- Merged manually changes from jthurst01
2.0.6
- add support for replayId in stream subscription
2.0.5
- added back minimal documentation in readme
- update package dependencies to latest versions
2.0.4
- Example code converted to use promises only
2.0.3
- added code coverage with instanbul and coveralls
- fixed (partially) samples and documentation
2.0.2
- Remove bluebird dependency with platform native promises
- Swapped
request
fornode-fetch
- Added
SFDC_API_VERSION
to read API Version from environment - API default now
v42.0
- only fully qualified version strings are accepted - Removed callback API support, promises only
1.10.0-fork
Updated all dependencies to current packages;
- “bluebird”: “^3.5.1”,
- “faye”: “1.2.4”,
- “lodash”: “^4.17.5”,
- “mime”: “2.0.3”,
- “request”: “2.86.0”