File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## 1.1.0 [ 2018-03-28]
11
+ ### Changed
12
+ - Remove intermediate JWT storage. Instead of syncing to the provided credential storage
13
+ backend, it will always use the specified backend directly.
14
+
15
+ ## 1.0.0 [ 2018-02-19]
16
+ ### Added
17
+ - Major overhaul of the codebase
18
+ - Much better typescript experience
19
+ - Decorator-based API for typescript classes
20
+ - Model data syncing features
21
+ - Serialization and deserialization property casing now configurable
22
+
23
+ ### Breaking
24
+ - All breaking changes from 0.x.x captured in [ this test file] ( https://github.com/jsonapi-suite/jsorm/blob/v1.0.2/test/backwards-breaking-test.ts )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsorm" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Javascript ORM" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " lib-esm/index.js" ,
You can’t perform that action at this time.
0 commit comments