Releases: ably-labs/models
Releases · ably-labs/models
0.0.4
What's Changed
- docs: update concepts docs with latest api by @mschristensen in #180
- Dtp 753 examples by @mschristensen in #179
- example: remove livecomments by @mschristensen in #189
- Dtp 801 example livesync fixes by @mschristensen in #190
- package: bump to ably v2.1.0 by @mschristensen in #193
- build(deps-dev): bump husky from 8.0.3 to 9.0.11 by @dependabot in #182
- build(deps-dev): bump typedoc from 0.25.4 to 0.25.13 by @dependabot in #183
- Dtp 823 bump linters by @mschristensen in #195
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- COL-564: [Frontend] Implement layout (header, sidebar, footer) by @snikidev in #82
- COL-565: [Frontend] Implement project list view by @snikidev in #89
- readme: update development status by @mschristensen in #108
- Revert "COL-565: [Frontend] Implement project list view" by @mschristensen in #112
- COL-565, COL-566: [Frontend] Implement "issue view" side bar and project list by @mschristensen in #114
- build(deps-dev): bump mock-socket from 9.1.5 to 9.3.1 by @dependabot in #103
- Fix all docs linter warnings by @zknill in #116
- build(deps-dev): bump vitest from 0.34.1 to 0.34.6 by @dependabot in #104
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.13.1 by @dependabot in #118
- build(deps-dev): bump @typescript-eslint/parser from 6.12.0 to 6.13.1 by @dependabot in #119
- build(deps-dev): bump typedoc from 0.25.3 to 0.25.4 by @dependabot in #120
- build(deps-dev): bump prettier from 2.8.3 to 3.1.0 by @dependabot in #105
- build(deps-dev): bump typescript from 5.1.6 to 5.3.2 by @dependabot in #106
- Feature/example livecomments channel namespace by @mschristensen in #122
- COL-570: [Backend] Static seed data by @snikidev in #115
- [COL-571, COL-572]: [Backend] Endpoints to list issues and projects by @snikidev in #127
- COL-567: [Frontend] Implement comments on issue view by @snikidev in #121
- COL-573: [Backend] Endpoint to get issue details by @snikidev in #128
- COL-575: [Backend] Endpoint to comment on issue by @snikidev in #130
- COL-574: [Backend] Endpoint to edit issue by @snikidev in #132
- COL-651: Merge functions should not be async by @snikidev in #145
- COL-596: [Livesync Integration] Issue view by @snikidev in #138
- COL-596: [hotfix] Add subscribe by @snikidev in #148
- fix: Add the correct api dos link in readme by @kaschula in #158
- COL-676: Update models sdk to consistently use camel case ids by @snikidev in #153
- COL-673: Get rid of either
name
orchannelName
in @ably-labs/models by @snikidev in #152 - COL-595: Error on getting channel with 'agent' params if user has already 'got' the channel by @snikidev in #155
- COL-685: Write Models integration tests by @snikidev in #160
- DTP-711: Handle SequenceId edge cases by @kaschula in #163
- DTP-723: Model subscribe method fails if the Model is initialized by @kaschula in #165
- chore: Upgrade Ably JS SDK to V2 by @kaschula in #166
- Update README.md with feedback form and link to docs. by @Srushtika in #167
- build(deps): bump next from 13.3.2 to 13.5.1 in /examples/livecomments by @dependabot in #137
- Fix link to correct examples directory in README by @GregHolmes in #161
- package: audit fix deps by @mschristensen in #175
- build(deps): bump @types/lodash from 4.14.195 to 4.17.1 by @dependabot in #169
- build(deps): bump zod and next in /examples/livecomments by @dependabot in #171
- build(deps): bump pino from 8.14.1 to 9.0.0 by @dependabot in #172
- build(deps-dev): bump eslint-plugin-jsdoc from 46.0.0 to 48.2.3 by @dependabot in #173
- build(deps-dev): bump eslint from 8.54.0 to 9.2.0 by @dependabot in #174
- Revert "build(deps-dev): bump eslint from 8.54.0 to 9.2.0" by @mschristensen in #176
- update readme for alpha release by @Srushtika in #168
- readme: update code snippets by @mschristensen in #177
- release: bump version to 0.0.3 by @mschristensen in #178
New Contributors
- @snikidev made their first contribution in #82
- @Srushtika made their first contribution in #167
- @GregHolmes made their first contribution in #161
Full Changelog: 0.0.2...0.0.3
Alpha Release
Initial alpha release of the Ably Models SDK.
0.0.1
readme: fix link to feedback form