Releases: leegeunhyeok/bxd
Releases · leegeunhyeok/bxd
BoxDB v1.0.0 release
BoxDB v1.0.0-rc.10 release
2021.07.24
- Change
BoxDB.box()
toBoxDB.create()
- Refactor core interfaces
BoxDB v1.0.0-rc.9 release
2021.06.15
- Update type checking logics (now based on
typeof
) - Add task arguments filter logic for lagacy browsers
- Using
strictNullChecks
mode (Typescript) - Update browsers support
BoxDB v1.0.0-rc.8 release
2021.06.05
- Change
BoxRange
type (Ranametarget
toindex
) - Fix model handlers parameter type
- Improve unit tests
BoxDB v1.0.0-rc.7 release
2021.06.03
- Compose
query()
andfilter()
methods tofind()
query()
andfilter()
methods replaced tofind()
- Now can use both features in one method
- Update BoxDBError
BoxDB v1.0.0-rc.6 release
2021.06.01
- Add
box.$query()
method - Rename
box.find
,box.$find()
tofilter
BoxDB v1.0.0-rc.5 release
2021.05.31
- Fix update features (put, update)
- Add demo page (for testing)
- Update polyfills information
BoxDB v1.0.0-rc.4 release
2021.05.30
- Re-build packages
BoxDB v1.0.0-rc.3 release
2021.05.30
- Rename
Model
toBox
- model() name to box()
- Add
box.query()
method- For using IDBIndex, IDBRange
- Update
box.find()
parameter- Now recive only filter functions
- Follows rest parameter
- Refactor model/transaction methods
- Test coverage 100% 🎉
BoxDB v1.0.0-rc.2 release
2021.04.07
- Now
Model.get()
returns added record's key - Update
BoxDBError
class - Remove unused codes
- Update test cases
- Coverage improved (> 99.5%)