Skip to content

Commit a4118f9

Browse files
committed
Bump version
Add initial changelog
1 parent 0e38b6d commit a4118f9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsorm",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Javascript ORM",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)