Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityataparia committed Nov 10, 2020
1 parent 86c9b39 commit 66260b0
Show file tree
Hide file tree
Showing 10 changed files with 621 additions and 415 deletions.
482 changes: 276 additions & 206 deletions CHANGELOG.md

Large diffs are not rendered by default.

205 changes: 118 additions & 87 deletions packages/browser/sifrr-dom/CHANGELOG.md

Large diffs are not rendered by default.

53 changes: 36 additions & 17 deletions packages/browser/sifrr-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Unreleased (2019-07-27)
## [0.0.7](https://github.com/sifrr/sifrr/compare/v0.0.6...v0.0.7) (2020-11-10)


### Bug Fixes

* set content-type json if body is an array ([3115905](https://github.com/sifrr/sifrr/commit/31159058a505525f7c0e6e4af1ccc60f635d6f56))
* stringify body even if content type manually set ([5f6fd63](https://github.com/sifrr/sifrr/commit/5f6fd63647a98494b4831dee62314216f2ab168b))


### Features

* add graphql subscription support to WebSocket ([eacdb0f](https://github.com/sifrr/sifrr/commit/eacdb0f0d5171d89f4a5e5860dc2ef30a2d35346))
* define default graphql path ([f1fa65d](https://github.com/sifrr/sifrr/commit/f1fa65d24f2245e34c05a486d1b44be440db14d5))
* migrate to typescript ([cacf018](https://github.com/sifrr/sifrr/commit/cacf018606cea0da5afd1996145db3de19bc9ab8))
* websocket works in node ([5dcb710](https://github.com/sifrr/sifrr/commit/5dcb710bbfe3a0d2f7ac3a2b8f94775094c178d2))



Expand All @@ -7,16 +21,16 @@

### Bug Fixes

* don't set content type if body is not json object ([695b588](https://github.com/sifrr/sifrr/commit/695b588))
* don't set content type if body is not json object ([695b588](https://github.com/sifrr/sifrr/commit/695b588e8fe9a47f6c066abe5ea12ddf5f67da74))


### Features

* add before and after hooks ([9619e41](https://github.com/sifrr/sifrr/commit/9619e41))
* add more progress options ([d674726](https://github.com/sifrr/sifrr/commit/d674726))
* add use hook ([7f3e6b8](https://github.com/sifrr/sifrr/commit/7f3e6b8))
* take fallback function as parameter in wsfetch ([52743b3](https://github.com/sifrr/sifrr/commit/52743b3))
* works with node also ([71e4337](https://github.com/sifrr/sifrr/commit/71e4337))
* add before and after hooks ([9619e41](https://github.com/sifrr/sifrr/commit/9619e4181c4b5c778d21356b2ccd9af69dbacd16))
* add more progress options ([d674726](https://github.com/sifrr/sifrr/commit/d674726176251118a992c7d0b33af9d5a27f3a47))
* add use hook ([7f3e6b8](https://github.com/sifrr/sifrr/commit/7f3e6b8c60a633bd2c71d089caff55e4ca07652e))
* take fallback function as parameter in wsfetch ([52743b3](https://github.com/sifrr/sifrr/commit/52743b348c8a810699146561a460bd31f022f275))
* works with node also ([71e4337](https://github.com/sifrr/sifrr/commit/71e4337b231000b4d6dc54e64fac814bbbd8ffcc))



Expand All @@ -25,8 +39,13 @@

### Features

* add speed as second parameter in onProgress fxn ([10d0419](https://github.com/sifrr/sifrr/commit/10d0419))
* take options in fallback paramete in ws ([b0d76e2](https://github.com/sifrr/sifrr/commit/b0d76e2))
* add speed as second parameter in onProgress fxn ([10d0419](https://github.com/sifrr/sifrr/commit/10d0419ee2c62d2f17e18bb719822285a051a43c))
* take options in fallback paramete in ws ([b0d76e2](https://github.com/sifrr/sifrr/commit/b0d76e203161e3b8b58921191f53068403d03f69))


### Reverts

* Revert "feat(sifrr-dom): make deep twoway binding work" ([205936b](https://github.com/sifrr/sifrr/commit/205936bd4bae1b715867c126885ea145a4ffb1cf))



Expand All @@ -35,16 +54,16 @@

### Bug Fixes

* don't set content-type if already set ([e9509c8](https://github.com/sifrr/sifrr/commit/e9509c8))
* don't set content-type if already set ([e9509c8](https://github.com/sifrr/sifrr/commit/e9509c883214098bcd7f6f60a68c87dc4bb6b6f7))


### Features

* add close method ([db5578c](https://github.com/sifrr/sifrr/commit/db5578c))
* add fallback for graphql websockets ([ebb9f31](https://github.com/sifrr/sifrr/commit/ebb9f31))
* add graphql websockets ([b68c5a8](https://github.com/sifrr/sifrr/commit/b68c5a8))
* don't set options except redirect ([7bb0c7c](https://github.com/sifrr/sifrr/commit/7bb0c7c))
* only stringify if body is js object ([cdd858b](https://github.com/sifrr/sifrr/commit/cdd858b))
* add close method ([db5578c](https://github.com/sifrr/sifrr/commit/db5578c499dff2f55a8f3fe395bbd2da986fcd5e))
* add fallback for graphql websockets ([ebb9f31](https://github.com/sifrr/sifrr/commit/ebb9f31b49b0794070c857ebc6f1469d5c4889db))
* add graphql websockets ([b68c5a8](https://github.com/sifrr/sifrr/commit/b68c5a8934802bcaa030be0f2146499db4955920))
* don't set options except redirect ([7bb0c7c](https://github.com/sifrr/sifrr/commit/7bb0c7c06405e04d0ae0e545dacff4c3d35211a8))
* only stringify if body is js object ([cdd858b](https://github.com/sifrr/sifrr/commit/cdd858bd36f2ff42aadb5dd396912565c6e57764))



Expand All @@ -53,8 +72,8 @@

### Features

* Add middleware to fetch ([4b7e572](https://github.com/sifrr/sifrr/commit/4b7e572))
* Add progress option ([ce2bb64](https://github.com/sifrr/sifrr/commit/ce2bb64))
* Add middleware to fetch ([4b7e572](https://github.com/sifrr/sifrr/commit/4b7e572f71a4ba9eceafbdfcea04db71494f88e9))
* Add progress option ([ce2bb64](https://github.com/sifrr/sifrr/commit/ce2bb64d24a5306949f5f065b5e8d5d6d10b536c))



Expand Down
38 changes: 25 additions & 13 deletions packages/browser/sifrr-route/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Unreleased (2019-07-27)
## [0.0.7](https://github.com/sifrr/sifrr/compare/v0.0.6...v0.0.7) (2020-11-10)


### Features

* migrate to typescript ([7a6911e](https://github.com/sifrr/sifrr/commit/7a6911e24dbc1bcbcd6f2d4f691a247106b2ad1f))
* use :path prop for setting paths ([ca07421](https://github.com/sifrr/sifrr/commit/ca0742161dd6c9d5b74dd96e099f27beb6b96e60))
* use renderIf to show/hide routes ([8df443f](https://github.com/sifrr/sifrr/commit/8df443f44ede022ed2e4d27f0523822d247e252c))



Expand All @@ -7,7 +14,7 @@

### Features

* add json support in data-sifrr-elements ([fc48a62](https://github.com/sifrr/sifrr/commit/fc48a62))
* add json support in data-sifrr-elements ([fc48a62](https://github.com/sifrr/sifrr/commit/fc48a627477f538de36304e32b374b8a77573b17))



Expand All @@ -16,8 +23,13 @@

### Features

* add events on activation and deactivation ([16a8911](https://github.com/sifrr/sifrr/commit/16a8911))
* don't add Route to Dom, add to Sifrr.Route ([8bde333](https://github.com/sifrr/sifrr/commit/8bde333))
* add events on activation and deactivation ([16a8911](https://github.com/sifrr/sifrr/commit/16a8911fb6bad93264e743d9397036e401c036a3))
* don't add Route to Dom, add to Sifrr.Route ([8bde333](https://github.com/sifrr/sifrr/commit/8bde3336df2dfe59e733604b91610412d21732af))


### Reverts

* Revert "feat(sifrr-dom): make deep twoway binding work" ([205936b](https://github.com/sifrr/sifrr/commit/205936bd4bae1b715867c126885ea145a4ffb1cf))



Expand All @@ -30,19 +42,19 @@

### Bug Fixes

* Directly assign state of element instead of attribute ([2046c35](https://github.com/sifrr/sifrr/commit/2046c35))
* Don't use history API when not available ([7ecf792](https://github.com/sifrr/sifrr/commit/7ecf792))
* Show no animation by default ([a182e6d](https://github.com/sifrr/sifrr/commit/a182e6d))
* Use composed path instead of path to support safari ([ace938f](https://github.com/sifrr/sifrr/commit/ace938f))
* Directly assign state of element instead of attribute ([2046c35](https://github.com/sifrr/sifrr/commit/2046c35e3e750bf766a186506834b2410d1885ec))
* Don't use history API when not available ([7ecf792](https://github.com/sifrr/sifrr/commit/7ecf792be1869fe26a53ad508c7aed5befd559fa))
* Show no animation by default ([a182e6d](https://github.com/sifrr/sifrr/commit/a182e6da355a9f2c250443408ec88386c2c3698e))
* Use composed path instead of path to support safari ([ace938f](https://github.com/sifrr/sifrr/commit/ace938ff0fc20c1c368c9929c70f542f32a6cb5d))


### Features

* Add onactivation and ondeactivation callbacks ([9596993](https://github.com/sifrr/sifrr/commit/9596993))
* Add support for regex groups ([19bbb85](https://github.com/sifrr/sifrr/commit/19bbb85))
* change attribute from data-sifrr-path to plain path ([2d988dc](https://github.com/sifrr/sifrr/commit/2d988dc))
* Don't refresh routes if link is same as before ([d9c3f81](https://github.com/sifrr/sifrr/commit/d9c3f81))
* Support hash and query string ([8af76b6](https://github.com/sifrr/sifrr/commit/8af76b6))
* Add onactivation and ondeactivation callbacks ([9596993](https://github.com/sifrr/sifrr/commit/95969939643f028a1b139601e8acdb8a52d73e05))
* Add support for regex groups ([19bbb85](https://github.com/sifrr/sifrr/commit/19bbb857f6cfc092d6acba647d4e91a7d64a8837))
* change attribute from data-sifrr-path to plain path ([2d988dc](https://github.com/sifrr/sifrr/commit/2d988dcc65085f07c85a8ce86194dd2b852e8984))
* Don't refresh routes if link is same as before ([d9c3f81](https://github.com/sifrr/sifrr/commit/d9c3f81573e2959e120e3c00190f1f11795de74f))
* Support hash and query string ([8af76b6](https://github.com/sifrr/sifrr/commit/8af76b6f8348fedcde0a1c99c9c2b7f42ede99f7))



Expand Down
15 changes: 13 additions & 2 deletions packages/browser/sifrr-serviceworker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Unreleased (2019-07-27)
## [0.0.7](https://github.com/sifrr/sifrr/compare/v0.0.6...v0.0.7) (2020-11-10)


### Features

* convert to es6 module syntax ([20724af](https://github.com/sifrr/sifrr/commit/20724af88051df23b11f754d301cc6d804401b87))
* migrate to typescript ([2904591](https://github.com/sifrr/sifrr/commit/2904591ac619a3679726fd6a18eb222239da07fe))



Expand All @@ -9,6 +15,11 @@
## [0.0.5](https://github.com/sifrr/sifrr/compare/v0.0.4...v0.0.5) (2019-05-20 17:36:45 +0900)


### Reverts

* Revert "feat(sifrr-dom): make deep twoway binding work" ([205936b](https://github.com/sifrr/sifrr/commit/205936bd4bae1b715867c126885ea145a4ffb1cf))



## [0.0.4](https://github.com/sifrr/sifrr/compare/v0.0.3...v0.0.4) (2019-04-08 01:10:18 +0900)

Expand All @@ -19,7 +30,7 @@

### Features

* Add cache_and_update policy ([3169670](https://github.com/sifrr/sifrr/commit/3169670))
* Add cache_and_update policy ([3169670](https://github.com/sifrr/sifrr/commit/3169670a9bdcdb158f7179c35d148ce0999457e0))



Expand Down
39 changes: 26 additions & 13 deletions packages/browser/sifrr-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Unreleased (2019-07-27)
## [0.0.7](https://github.com/sifrr/sifrr/compare/v0.0.6...v0.0.7) (2020-11-10)


### Features

* add memoize function ([f10e638](https://github.com/sifrr/sifrr/commit/f10e638fbb3ff24f8160ceb0456e2f2ac742f75e))
* add ttl support ([4a307c6](https://github.com/sifrr/sifrr/commit/4a307c625a68665e1cc86084633785490b0f45f7))
* migrate to es6 ([e86cf65](https://github.com/sifrr/sifrr/commit/e86cf65d750df050e5a3478aa766968801c1f13b))
* migrate to typescript ([#261](https://github.com/sifrr/sifrr/issues/261)) ([01d6f6c](https://github.com/sifrr/sifrr/commit/01d6f6c28f43c00e73d620db0dc5a6e2808af384))



Expand All @@ -7,13 +15,13 @@

### Bug Fixes

* fix typed array and blob support ([357ee65](https://github.com/sifrr/sifrr/commit/357ee65))
* store = correctly in cookies ([06544a8](https://github.com/sifrr/sifrr/commit/06544a8))
* fix typed array and blob support ([357ee65](https://github.com/sifrr/sifrr/commit/357ee65def58540dc9b6ccd27201271e7113e34d))
* store = correctly in cookies ([06544a8](https://github.com/sifrr/sifrr/commit/06544a8eb433ef48f88c65c7f14ae704bc551ea8))


### Features

* refactor cookies to support larger data ([00ae6c8](https://github.com/sifrr/sifrr/commit/00ae6c8))
* refactor cookies to support larger data ([00ae6c8](https://github.com/sifrr/sifrr/commit/00ae6c84a41bc7b39d049a9567be8fdd9866893b))



Expand All @@ -22,20 +30,25 @@

### Bug Fixes

* fix bug of not returning falsy values in indexeddb ([5dd8521](https://github.com/sifrr/sifrr/commit/5dd8521))
* fix bug of not returning falsy values in indexeddb ([5dd8521](https://github.com/sifrr/sifrr/commit/5dd8521fec920f9a72e7ace08bdf1c7df2114a4f))


### Features

* add keys() method ([d23ea59](https://github.com/sifrr/sifrr/commit/d23ea59))
* add support for ArrayBuffer, TypedArray data types ([40b62e9](https://github.com/sifrr/sifrr/commit/40b62e9))
* add keys() method ([d23ea59](https://github.com/sifrr/sifrr/commit/d23ea5994acd4e6689f9458ecf553e05830353a4))
* add support for ArrayBuffer, TypedArray data types ([40b62e9](https://github.com/sifrr/sifrr/commit/40b62e977557822a35bed5c0b29f497ea5c5b5cd))


### Performance Improvements

* add speed tests ([323dbdf](https://github.com/sifrr/sifrr/commit/323dbdf))
* improve performance of localstorage ([8254ca1](https://github.com/sifrr/sifrr/commit/8254ca1))
* use outer keys instead of inline keys ([04291c3](https://github.com/sifrr/sifrr/commit/04291c3))
* add speed tests ([323dbdf](https://github.com/sifrr/sifrr/commit/323dbdfe141cba0f534da8d59496fa89fce080ce))
* improve performance of localstorage ([8254ca1](https://github.com/sifrr/sifrr/commit/8254ca19dd863a6b4b99777fac741d239794f3a6))
* use outer keys instead of inline keys ([04291c3](https://github.com/sifrr/sifrr/commit/04291c36b3d2a44a6548189d83fb69039dd62e2e))


### Reverts

* Revert "feat(sifrr-dom): make deep twoway binding work" ([205936b](https://github.com/sifrr/sifrr/commit/205936bd4bae1b715867c126885ea145a4ffb1cf))



Expand All @@ -48,9 +61,9 @@

### Bug Fixes

* Check for openDatabase in webSQL ([d92d437](https://github.com/sifrr/sifrr/commit/d92d437))
* Replace unnecessary let with const ([5396521](https://github.com/sifrr/sifrr/commit/5396521))
* Return null if null ([aa8e7ba](https://github.com/sifrr/sifrr/commit/aa8e7ba))
* Check for openDatabase in webSQL ([d92d437](https://github.com/sifrr/sifrr/commit/d92d4379bcad15e2cad2be55e0145a16c2cf4159))
* Replace unnecessary let with const ([5396521](https://github.com/sifrr/sifrr/commit/5396521fff3786bf9f1918937c84785f2a7ed84e))
* Return null if null ([aa8e7ba](https://github.com/sifrr/sifrr/commit/aa8e7bae825f2e7bf7e49d3b92958a39783bff25))



Expand Down
32 changes: 23 additions & 9 deletions packages/server/sifrr-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Unreleased (2019-07-27)
## [0.0.7](https://github.com/sifrr/sifrr/compare/v0.0.6...v0.0.7) (2020-11-10)


### Features

* add graphql subscription support ([9594629](https://github.com/sifrr/sifrr/commit/9594629d9ea8c978ebdc9f90009e893b8e093dc5))
* convert graphql to independent reusable implementation ([#240](https://github.com/sifrr/sifrr/issues/240)) ([f1436fb](https://github.com/sifrr/sifrr/commit/f1436fb2ae55015a1f546d6f75351f1914a6bb04))
* convert to work with @sifrr/server ([addc846](https://github.com/sifrr/sifrr/commit/addc8467907a453e7470a1c7d131b24de578e3df))
* deprecate graphql models and schema builder ([7a19944](https://github.com/sifrr/sifrr/commit/7a19944b5eab3be45425cbe8e35a9066c19bc391))
* save versioned schema files ([96bae6f](https://github.com/sifrr/sifrr/commit/96bae6f7d3f03107313e02c67ae5f1258c9450c3))



Expand All @@ -7,7 +16,7 @@

### Features

* add queries,mutations,attrs easily using getters ([9d15a66](https://github.com/sifrr/sifrr/commit/9d15a66))
* add queries,mutations,attrs easily using getters ([9d15a66](https://github.com/sifrr/sifrr/commit/9d15a66d14b81e55271dfaf639ed105c2cb6e652))



Expand All @@ -16,8 +25,13 @@

### Features

* association works in sequelize create resolver ([b1e354e](https://github.com/sifrr/sifrr/commit/b1e354e))
* make connection query work ([4f753c0](https://github.com/sifrr/sifrr/commit/4f753c0))
* association works in sequelize create resolver ([b1e354e](https://github.com/sifrr/sifrr/commit/b1e354e71199f7430f147706791457e050f3bb72))
* make connection query work ([4f753c0](https://github.com/sifrr/sifrr/commit/4f753c0227c5724c92c2a0a2017d2089ab48ba4b))


### Reverts

* Revert "feat(sifrr-dom): make deep twoway binding work" ([205936b](https://github.com/sifrr/sifrr/commit/205936bd4bae1b715867c126885ea145a4ffb1cf))



Expand All @@ -30,15 +44,15 @@

### Bug Fixes

* default base path is added before each route ([54b1c8e](https://github.com/sifrr/sifrr/commit/54b1c8e))
* default base path is added before each route ([54b1c8e](https://github.com/sifrr/sifrr/commit/54b1c8e5b4f6d91fbe922cd3383288c80ccaab0d))


### Features

* Add description ([e1075ca](https://github.com/sifrr/sifrr/commit/e1075ca))
* Add schema saving to file ([1f299fc](https://github.com/sifrr/sifrr/commit/1f299fc))
* Only edit schema file if content has changed ([e2de504](https://github.com/sifrr/sifrr/commit/e2de504))
* separate model and connection and implement relay ([6b64627](https://github.com/sifrr/sifrr/commit/6b64627))
* Add description ([e1075ca](https://github.com/sifrr/sifrr/commit/e1075ca63101236b910a456e8bea4523700a1478))
* Add schema saving to file ([1f299fc](https://github.com/sifrr/sifrr/commit/1f299fc4ac7aa65719c6c9af01d6abe3bd1f2240))
* Only edit schema file if content has changed ([e2de504](https://github.com/sifrr/sifrr/commit/e2de504e685aedf6ddfa9756c71b1eba876c528b))
* separate model and connection and implement relay ([6b64627](https://github.com/sifrr/sifrr/commit/6b64627c6bce3645ce752367cd3f6414af20f798))



Expand Down
20 changes: 15 additions & 5 deletions packages/server/sifrr-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Unreleased (2019-07-27)
## [0.0.7](https://github.com/sifrr/sifrr/compare/v0.0.6...v0.0.7) (2020-11-10)


### Features

* migrate to ts ([#320](https://github.com/sifrr/sifrr/issues/320)) ([a8a4673](https://github.com/sifrr/sifrr/commit/a8a4673b995311dc5f60a79a99c089d95701c09a))



Expand All @@ -11,7 +16,12 @@

### Features

* update to use import syntax ([81e0f34](https://github.com/sifrr/sifrr/commit/81e0f34))
* update to use import syntax ([81e0f34](https://github.com/sifrr/sifrr/commit/81e0f342d808df418791998d9f617d523d4e2191))


### Reverts

* Revert "feat(sifrr-dom): make deep twoway binding work" ([205936b](https://github.com/sifrr/sifrr/commit/205936bd4bae1b715867c126885ea145a4ffb1cf))



Expand All @@ -20,7 +30,7 @@

### Features

* remove db:reset setup tasks ([9bbd829](https://github.com/sifrr/sifrr/commit/9bbd829))
* remove db:reset setup tasks ([9bbd829](https://github.com/sifrr/sifrr/commit/9bbd829e475f29cdd4154f2a53af64bf0867c4c8))



Expand All @@ -29,12 +39,12 @@

### Bug Fixes

* Don't use use-shadow-root attribute ([d56a6c8](https://github.com/sifrr/sifrr/commit/d56a6c8))
* Don't use use-shadow-root attribute ([d56a6c8](https://github.com/sifrr/sifrr/commit/d56a6c828d673895d3d2957e3c42b5c40673d4f4))


### Features

* Update element:generate to create js ([cebe29a](https://github.com/sifrr/sifrr/commit/cebe29a))
* Update element:generate to create js ([cebe29a](https://github.com/sifrr/sifrr/commit/cebe29ab2b27f94271c9cac0b61271e52d3c28bb))



Expand Down

0 comments on commit 66260b0

Please sign in to comment.