Releases: ftrackhq/ftrack-javascript
Releases · ftrackhq/ftrack-javascript
v1.9.1
What's Changed
- chore(deps): Update all deps and tsconfig by @jimmycallin in #204
- chore(deps): bump yarn to latest by @jimmycallin in #205
- chore(deps): Bump ip from 2.0.0 to 2.0.1 by @dependabot in #208
- feat: Add metadata to schema by @swetapadmanabhan in #207
- fix(tests): wrong import of type by @jimmycallin in #209
New Contributors
- @swetapadmanabhan made their first contribution in #207
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
Highlight
- feat: support for ensureSerializableResponse option by @jimmycallin in #196
Dependency updates
- chore(deps): update dependency prettier to v3.1.1 by @renovate in #182
- chore(deps): update dependency lint-staged to v15.2.0 by @renovate in #181
- chore(deps): update dependency @types/uuid to v9.0.7 by @renovate in #180
- chore(deps): update dependency eslint to v8.56.0 by @renovate in #170
- chore(deps): update dependency ws to v8.15.1 by @renovate in #168
- chore(deps): update dependency vite-plugin-dts to v3.6.4 by @renovate in #167
- chore(deps): update dependency vite to v4.5.1 [security] by @renovate in #185
- chore(deps): update dependency ws to v8.16.0 by @renovate in #190
- chore(deps): update dependency jsdom to v23 by @renovate in #192
- chore(deps): update dependency vite-plugin-dts to v3.7.0 by @renovate in #189
Full Changelog: v1.8.7...v1.9.0
v1.8.7
v1.8.6
v1.8.5
Release reverts the changes in 1.8.4. The release changed the behavior for the timing of initialization and event subscriptions if using the EventHub. The changes will either be reworked to be in line with the current behavior or introduced as part of the next major release.
What's Changed
Full Changelog: v1.8.4...v1.8.5
v1.8.4
What's Changed
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
- fix: support setting decodeDatesAsIso globally by @ffMathy in #159
- fix: trigger reconnect on emit if not connected by @gismya in #162
- chore: Dependency updates by @gismya in #161
- chore(deps): Bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #156
- chore(deps): Bump postcss from 8.4.29 to 8.4.31 by @dependabot in #160
- chore(deps): Bump @babel/traverse from 7.22.19 to 7.23.2 by @dependabot in #164
Full Changelog: v1.8.2...v1.8.3
v1.8.2
v1.8.1
v1.8.0
Highlights
This is a very exciting update and the biggest in a long while! A newly implemented WebSocket server now means the EventHub is Node compatible!
Notable PRs as part of the updated EventHub
- feat: Support for async subscriber callbacks by @ffMathy in #132
- fix: CORS issues with new websocket implementation by @gismya in #142
Other notable PRs
List of all changes
- feat: Support for async subscriber callbacks by @ffMathy in #132
- fix: pre commit hooks broken by @gismya in #133
- feat(TS): Changed tests to TypeScript and updated typings by @ffMathy in #136
- fix: publishReply has incorrect Event in reply by @gismya in #141
- feat(security): add injection prevention by @ffMathy in #139
- fix: CORS issues with new websocket implementation by @gismya in #142
- chore: dependency updates by @gismya in #144
- chore(deps): update dependency lint-staged to v13.2.3 by @renovate in #126
- chore(deps): update dependency typescript to v5.1.6 by @renovate in #127
- chore(deps): update dependency eslint to v8.44.0 by @renovate in #128
- chore(deps): update yarn to v3.6.1 by @renovate in #129
- chore(deps): Bump semver from 6.3.0 to 6.3.1 by @dependabot in #130
- chore(deps): update dependency @types/uuid to v9.0.3 by @renovate in #135
- chore(deps): update dependency @rollup/plugin-commonjs to v25.0.4 by @renovate in #134
Full Changelog: v1.7.0...v1.8.0