Release 0.14.0
Feature:
- feat(collection): add dot notation to pluck method
- feat(collection): add
shuffle
method
Chore:
- chore: increment version
- chore: make tsc output predictable
- chore(deps-dev): update dependencies
Refactor:
- refactor(helpers): split out functions into files
- This will help with maintainability and with tree-shaking when packaging separately for cjs.
- refactor: import helper methods from their respective path
Testing:
- test: fix timestamp
- test(api-calls): removed some casting
- The values can already be inferred from the code
- test(helpers): fix node@16 fringe testing error
- Potentially issue due to different architecture on the runner.
- https://github.com/upfrontjs/framework/actions/runs/3118093610/jobs/5057158718#step:5:59
- test(helpers): use real timers where possible
- test(helpers): clarified comment
Full Changelog: v0.13.0...v0.14.0