Releases: palantir/redoodle
Releases · palantir/redoodle
2.10.0-rc1
No documented user facing changes
2.9.0
2.8.0
2.7.0
What's Changed
- type no-arg actions correctly when payload is void by @lucasray in #64
- Bump y18n from 3.2.1 to 3.2.2 by @dependabot in #57
- Bump handlebars from 4.5.3 to 4.7.7 by @dependabot in #58
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #62
- Bump path-parse from 1.0.5 to 1.0.7 by @dependabot in #61
- Bump tar from 2.2.1 to 2.2.2 by @dependabot in #60
- set up publishing by @pgoldberg in #68
- add general PayloadOf by @rhysbrettbowen in #67
- Excavator: Update policy-bot config by @svc-excavator-bot in #59
New Contributors
Full Changelog: v2.6.1...2.7.0
v2.5.0
- NOTICE: TypeScript >= 3.0 required to use Redoodle starting with 2.5.0 (#33)
- Add
defineAction()
, a faster alternative toTypedAction.define()
(#36) - Add
isType()
helper for usage with definitions returned fromdefineAction()
(#36) - Speed up internal code paths by using plain for loops instead of
for in
orfor of
(#39) - Remove internal usages of
delete
(#39) - Greatly simplify logging middleware, which should improve performance in development and improve download times for end application bundles that don't tree-shake (#40)
- Simplify prototype handling (#42)
- [internal] Update to Circle 2 (#31)
- [internal] Use Prettier for code formatting (#41)
v2.4.0
v2.3.2
v2.3.1
v2.2.2
v2.2.0
- Open source!