Skip to content

Commit

Permalink
version bump (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 1, 2022
1 parent d1f7dce commit fb237e1
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-toys-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pillows-repeat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-seas-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-rabbits-shave.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shiny-cooks-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-dryers-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-islands-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-lions-enjoy.md

This file was deleted.

25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @fuerte/core

## 5.0.0

### Major Changes

- ebee7da: refactor exported Typescript types
refactor `AutosaveCollectionConfig`
- 8a3bf02: If the model is added in to the collection when it is initialized, assign `collection` property to the model.
- 368b8d3: Remove "set identity from response" functionality.

There is too much magic going on with that.

- dcdacd1: Remove `Collection.loadStatus` and implement `Collection.loading` which is a simple boolean flag property.
- 464fa7d: Rename `Collection.getById` to `getByIdentity'

### Minor Changes

- 9885620: Implement model save and delete methods.

Model now has a reference to the collection. Collection can be
retrieved via `model.getCollection()`

- 515ec40: Add `onRemoved` and `onAdded` callbacks to the `Model` class.
- aeaa369: Implement `toJSON` method for the model.
Internally this method return `model.payload`

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuerte/core",
"version": "4.1.0",
"version": "5.0.0",
"private": false,
"author": "Ivan Vlatkovic",
"description": "Backbone.js and Ember.js inspired Mobx library",
Expand Down

0 comments on commit fb237e1

Please sign in to comment.