Releases: fratzinger/feathers-casl
Releases · fratzinger/feathers-casl
v2.1.2
v2.1.1
v2.1.0
No default export
Because of quirks between CommonJS and ESM I have to make a change to the default import. This is the change:
// old code
import casl from "feathers-casl"
Becomes this:
// new code
import { feathersCasl } from "feathers-casl";
Dove
v1.0.0-2
v1.0.0-1
- fix: update dependencies - feathers-utils: esm - pre.34: removed
$-function - feathers-sequelize: removed $ -function 54cdefa
v1.0.0-0
- chore: update dependencies cca3db2
- chore: remove console.logs 8a01e75
- fix: around hook check for context.result fe66a1b
- fix!: keep up with recent dove (#77) 1a1f9bc
- Merge branch 'dove-0.6' into dove b3ffacd
- test: augment ServiceOptions of correct adapter-commons package 3c6d87f
- test: comment all casl service options 972f58c
- fix: allow service.options to be undefined df1caf0
- test: fix tests fb2ca55
- chore: update feathers-utils 9923b21
- feat: update to feathers 5 df079af
v0.7.2
- chore: use import type & use feathers-utils: getItemsIsArray (#72) a61c0d8
- docs: netlify use vitepress folder 2ae365b
- docs: move to vitepress (#71) 0b7226d
- Merge pull request #54 from dbvcode/patch-1 f6871b5
- Appened typescript version of code 0adfa65
- Merge pull request #51 from fratzinger/vuepress@next fc3ff04
- chore: move to vuepress & move to package.files 23832c1
- replace david-dm 58dd2c8
v0.7.1
- chore: update feathers-nedb to v6 - uses @seald-io/nedb a322de6