File tree Expand file tree Collapse file tree 10 files changed +79
-8
lines changed
entity-cache-adapter-redis
entity-database-adapter-knex Expand file tree Collapse file tree 10 files changed +79
-8
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.6.0] ( https://github.com/expo/entity/compare/v0.5.2...v0.6.0 ) (2020-07-23)
7+
8+
9+ ### Bug Fixes
10+
11+ * ensure transitive deletion triggers are run for CASCADE_DELETE_INVALIDATE_CACHE ([ #66 ] ( https://github.com/expo/entity/issues/66 ) ) ([ 5744c51] ( https://github.com/expo/entity/commit/5744c51e6b3178bd9f229f3f465b683bb4474c8a ) )
12+ * separate out EntityMutationValidator ([ #68 ] ( https://github.com/expo/entity/issues/68 ) ) ([ 547a1ef] ( https://github.com/expo/entity/commit/547a1efcecd17cc085702d1a3e9888ce5b644b13 ) )
13+ * update setField to correct typing ([ #62 ] ( https://github.com/expo/entity/issues/62 ) ) ([ 7a77afc] ( https://github.com/expo/entity/commit/7a77afc83ea732c9b062a5d6865eff9d3131d015 ) )
14+
15+
16+ ### Features
17+
18+ * entity mutation validators ([ #67 ] ( https://github.com/expo/entity/issues/67 ) ) ([ fc4377d] ( https://github.com/expo/entity/commit/fc4377d8839da07417b88afc138f73556383d896 ) )
19+ * mutation triggers ([ #65 ] ( https://github.com/expo/entity/issues/65 ) ) ([ fd6060c] ( https://github.com/expo/entity/commit/fd6060cc844f60635b3ce4c400c4877f2df8fa44 ) )
20+
21+
22+
23+
24+
625## [ 0.5.2] ( https://github.com/expo/entity/compare/v0.5.1...v0.5.2 ) (2020-07-02)
726
827
Original file line number Diff line number Diff line change 44 ],
55 "npmClient" : " yarn" ,
66 "useWorkspaces" : true ,
7- "version" : " 0.5.2 "
7+ "version" : " 0.6.0 "
88}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.6.0] ( https://github.com/expo/entity/compare/v0.5.2...v0.6.0 ) (2020-07-23)
7+
8+ ** Note:** Version bump only for package @expo/entity-cache-adapter-redis
9+
10+
11+
12+
13+
614## [ 0.5.2] ( https://github.com/expo/entity/compare/v0.5.1...v0.5.2 ) (2020-07-02)
715
816** Note:** Version bump only for package @expo/entity-cache-adapter-redis
Original file line number Diff line number Diff line change 11{
22 "name" : " @expo/entity-cache-adapter-redis" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " Redis cache adapter for @expo/entity" ,
55 "files" : [
66 " build" ,
3232 "ioredis" : " ^4.16.1"
3333 },
3434 "devDependencies" : {
35- "@expo/entity" : " ^0.5.2 "
35+ "@expo/entity" : " ^0.6.0 "
3636 }
3737}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.6.0] ( https://github.com/expo/entity/compare/v0.5.2...v0.6.0 ) (2020-07-23)
7+
8+
9+ ### Bug Fixes
10+
11+ * separate out EntityMutationValidator ([ #68 ] ( https://github.com/expo/entity/issues/68 ) ) ([ 547a1ef] ( https://github.com/expo/entity/commit/547a1efcecd17cc085702d1a3e9888ce5b644b13 ) )
12+
13+
14+ ### Features
15+
16+ * entity mutation validators ([ #67 ] ( https://github.com/expo/entity/issues/67 ) ) ([ fc4377d] ( https://github.com/expo/entity/commit/fc4377d8839da07417b88afc138f73556383d896 ) )
17+ * mutation triggers ([ #65 ] ( https://github.com/expo/entity/issues/65 ) ) ([ fd6060c] ( https://github.com/expo/entity/commit/fd6060cc844f60635b3ce4c400c4877f2df8fa44 ) )
18+
19+
20+
21+
22+
623## [ 0.5.2] ( https://github.com/expo/entity/compare/v0.5.1...v0.5.2 ) (2020-07-02)
724
825** Note:** Version bump only for package @expo/entity-database-adapter-knex
Original file line number Diff line number Diff line change 11{
22 "name" : " @expo/entity-database-adapter-knex" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " Knex database adapter for @expo/entity" ,
55 "files" : [
66 " build" ,
3232 "knex" : " ^0.20.11"
3333 },
3434 "devDependencies" : {
35- "@expo/entity" : " ^0.5.2 "
35+ "@expo/entity" : " ^0.6.0 "
3636 }
3737}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.6.0] ( https://github.com/expo/entity/compare/v0.5.2...v0.6.0 ) (2020-07-23)
7+
8+ ** Note:** Version bump only for package @expo/entity-example
9+
10+
11+
12+
13+
614## [ 0.5.2] ( https://github.com/expo/entity/compare/v0.5.1...v0.5.2 ) (2020-07-02)
715
816** Note:** Version bump only for package @expo/entity-example
Original file line number Diff line number Diff line change 11{
22 "name" : " @expo/entity-example" ,
33 "private" : true ,
4- "version" : " 0.5.2 " ,
4+ "version" : " 0.6.0 " ,
55 "description" : " An example integration of the @expo/entity framework" ,
66 "scripts" : {
77 "tsc" : " tsc" ,
2222 "author" : " Expo" ,
2323 "license" : " MIT" ,
2424 "dependencies" : {
25- "@expo/entity" : " ^0.5.2 " ,
25+ "@expo/entity" : " ^0.6.0 " ,
2626 "apollo-server-koa" : " ^2.14.2" ,
2727 "graphql" : " ^15.0.0" ,
2828 "koa" : " ^2.11.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.6.0] ( https://github.com/expo/entity/compare/v0.5.2...v0.6.0 ) (2020-07-23)
7+
8+
9+ ### Bug Fixes
10+
11+ * ensure transitive deletion triggers are run for CASCADE_DELETE_INVALIDATE_CACHE ([ #66 ] ( https://github.com/expo/entity/issues/66 ) ) ([ 5744c51] ( https://github.com/expo/entity/commit/5744c51e6b3178bd9f229f3f465b683bb4474c8a ) )
12+ * separate out EntityMutationValidator ([ #68 ] ( https://github.com/expo/entity/issues/68 ) ) ([ 547a1ef] ( https://github.com/expo/entity/commit/547a1efcecd17cc085702d1a3e9888ce5b644b13 ) )
13+ * update setField to correct typing ([ #62 ] ( https://github.com/expo/entity/issues/62 ) ) ([ 7a77afc] ( https://github.com/expo/entity/commit/7a77afc83ea732c9b062a5d6865eff9d3131d015 ) )
14+
15+
16+ ### Features
17+
18+ * entity mutation validators ([ #67 ] ( https://github.com/expo/entity/issues/67 ) ) ([ fc4377d] ( https://github.com/expo/entity/commit/fc4377d8839da07417b88afc138f73556383d896 ) )
19+ * mutation triggers ([ #65 ] ( https://github.com/expo/entity/issues/65 ) ) ([ fd6060c] ( https://github.com/expo/entity/commit/fd6060cc844f60635b3ce4c400c4877f2df8fa44 ) )
20+
21+
22+
23+
24+
625## [ 0.5.2] ( https://github.com/expo/entity/compare/v0.5.1...v0.5.2 ) (2020-07-02)
726
827
Original file line number Diff line number Diff line change 11{
22 "name" : " @expo/entity" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " A privacy-first data model" ,
55 "files" : [
66 " build" ,
You can’t perform that action at this time.
0 commit comments