File tree Expand file tree Collapse file tree 6 files changed +24
-8
lines changed
entity-cache-adapter-redis
entity-database-adapter-knex Expand file tree Collapse file tree 6 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.0 (2020-06-03)
4+
5+ * All Packages
6+ * Documentation Improvements
7+ * CI & Coverage
8+ * TypeScript 3.9 ([ #18 ] ( https://github.com/expo/entity/pull/18 ) )
9+ * ` @expo/entity `
10+ * Enforcing mutator convenience functions ([ #5 ] ( https://github.com/expo/entity/pull/5 ) )
11+ * ` loadByIDNullable ` loader method ([ #28 ] ( https://github.com/expo/entity/pull/28 ) )
12+ * Add ability to check update and delete policies outside of mutation ([ #30 ] ( https://github.com/expo/entity/pull/30 ) )
13+ * ` @expo/entity-cache-adapter-redis `
14+ * ` @expo/entity-database-adapter-knex `
15+ * Throw when database adapter receives unexpected mutation results ([ #31 ] ( https://github.com/expo/entity/pull/31 ) )
16+ * ` @expo/entity-example `
17+ * Initial Version
18+
319## v0.3.0 (2020-04-28)
420
521* ` @expo/entity `
Original file line number Diff line number Diff line change 44 ],
55 "npmClient" : " yarn" ,
66 "useWorkspaces" : true ,
7- "version" : " 0.3 .0"
7+ "version" : " 0.4 .0"
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " @expo/entity-cache-adapter-redis" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " Redis cache adapter for @expo/entity" ,
55 "files" : [
66 " build" ,
3232 "ioredis" : " ^4.16.1"
3333 },
3434 "devDependencies" : {
35- "@expo/entity" : " * "
35+ "@expo/entity" : " ^0.4.0 "
3636 }
3737}
Original file line number Diff line number Diff line change 11{
22 "name" : " @expo/entity-database-adapter-knex" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " Knex database adapter for @expo/entity" ,
55 "files" : [
66 " build" ,
3232 "knex" : " ^0.20.11"
3333 },
3434 "devDependencies" : {
35- "@expo/entity" : " * "
35+ "@expo/entity" : " ^0.4.0 "
3636 }
3737}
Original file line number Diff line number Diff line change 11{
22 "name" : " @expo/entity-example" ,
33 "private" : true ,
4- "version" : " 0.3 .0" ,
4+ "version" : " 0.4 .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.3 .0" ,
25+ "@expo/entity" : " ^0.4 .0" ,
2626 "apollo-server-koa" : " ^2.13.0" ,
2727 "graphql" : " ^15.0.0" ,
2828 "koa" : " ^2.11.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @expo/entity" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " A privacy-first data model" ,
55 "files" : [
66 " build" ,
You can’t perform that action at this time.
0 commit comments