Releases: torch-ai/crunchbase-js
Releases · torch-ai/crunchbase-js
v2.2.0
What's Changed
- Add supported collection_ids to the autocomplete endpoint by @enricoros in #22
- Bug/collections endpoint commas by @lancegliser in #23
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Export predicate types by @enricoros in #18
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #17
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #9
- Funding rounds search by @lancegliser in #20
New Contributors
- @enricoros made their first contribution in #18
Full Changelog: v2.0.5...v2.1.0
v2.0.6
SECURITY VULNERABILITY: remediated by upgrading follow-redirects to v1.14.7
v2.0.4
2.0.4
v.2.0.0: Version 4.x support #1 (#2)
* Moved the test and build script to prepublishOnly * Added the package-lock.json * Setup prettier auto format for WebStorm * + [email protected] * Updated the readme to mark it as 4.0 API support * 2.0.0 * Moved test environment configuration into jest.setup.js * Downgraded unused symbols to a weak warning * Updated tsconfig to target es2015 * Added test utils * Removed the default timeout behaviors * Turned off introspection of unused global symbols * Excluded the dist directory * + [email protected] Co-authored-by: Lance Gliser <[email protected]>