Releases: derbyjs/racer
Releases · derbyjs/racer
v2.0.0-beta.10
- Add generic param to Query.getExtra hinting shape of results aa8e63d
- Fix event method types 9be5f0c
- Export CollectionData and utility Callback types 90519cc
- Fix return types for add 0c2f0c2
- Use Path and PathLike to allow number indexing f379611
- Remove JSONObject constraint for more forgiving type c9c4b79
- Use combined model options and sharedb options correctly 112fd9b
v2.0.0-beta.9
- Export Context; fix _ref sig return type 04eb166
v2.0.0-beta.8
- Rexport racer util form root 922285e
v2.0.0-beta.7
Full Changelog: v2.0.0-beta.6...v2.0.0-beta.7
v2.0.0-beta.6
- Fix miscalled superclass 5c205bd
v2.0.0-beta.5
v2.0.0-beta.4
- Type refinements f863c97
v2.0.0-beta.3
- Prefer export {} over import and re-export for easier module augmentation in other libraries 0dfea7a
- Use @types/sharedb with ShareDBOptions type 3f0323e
- Add subscribePromised overrides; publish utility types 608aa0d
- Add utility types 15c8f0c
- Export Subscribable type 240dd7a
- Add override signatures and add doc blocks 7dfa054
- Ensure promisify methods return Promise<void> 77e2533
- Additional type refinements; export addditonal types from root e22aea1
- Refactor to export RootModel e30a6a3
v2.0.0-beta.2
v2.0.0-beta.1
Conversion to typescript and published under @derbyjs scope
- Packge name to use scope 319c320
- Fix Context class toJSON method so key space not polluted for Model.unloadAll() 850f73d
- Revert package name 181837e
- Update types; add reference to server types for Model f21109d
- Resolve Segment types 20a75be
- Drop node 14 support d39ed3b
- Use scoped package name 1329fed
- Testing with exported anmespace and types da0beb4
- Revert "Add methods return id in callback" e4dc61c
- Add methods return id in callback dda1a14
- Remove unused import 9deebf3
- Fix incorrect immediate event type 8685895
- Fix handling of _removeInputListeners in foreach 6bb3517
- Fix type in method name abc6285
- Use exports and import defaultFns 664d58c
- Use prototype for type and _immediateType as expected by inits adab971
- Update requires for new exports d922dea
- Fixes for promised returns and change requires to imports b4eef54
- Resolve _getDocConstructor return error 39d7805
- Do not extend EventEmitter as overridden methods have different signatures 31e997d
- Fix return type on removeListener e6b5736
- Convert Model to typescript (3 errors) 72a23ff
- Bulk rename Model/*.js to .ts 822eda0
- Convert unbundle to ts d8c93f9
- Use export of Model and ChildModel ba2f002
- Rename unbundle.js -> .ts 5e9bb53
- Type intermediate var 0320c10
- Convert util to ts 13fb89e
- Rename util.js -> .ts c25f2f3
- Convert index, Racer, Backend to ts 0ee8c10
- Rename js -> ts 2caa481
- Convert Racer to class; resolve circular require w Racer.server 1eabf56
- Rename files, js => ts aed59e9
- Convert Model and ChildModel to class syntax d3d8979
- Rename Model.js > Model.ts 6f1fc39
- Eslint to ignore compiler emitted lib files d5f3c3c
- Drop node 10 and 12 from test matrix 1df1ec0
- Remove useage of npx because node 10 ac8a897
- Update prepare script (missed "run") 84feb20
- Add typescript as dev dependency 2573902
- Change var name and remove jsdoc types to pass tsc build 82948ac
- Add tsconfig and package scripts for typescript transpilation of js sources to lib 2c74a81
- Move lib to src 0a6788d