| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-06-28 | 981 Bytes | |
| v4.2.1 source code.tar.gz | 2024-06-28 | 301.4 kB | |
| v4.2.1 source code.zip | 2024-06-28 | 345.4 kB | |
| Totals: 3 Items | 647.8 kB | 0 | |
What's Changed
- Troubleshooting improvements for component errors by @ericyhwang in https://github.com/derbyjs/derby/pull/642
- In development, warn if a component's
init()is improperly an async or Promise-returning function - If registering a singleton component that extends Component, eagerly throw an error at component registration time, instead of at render-time throwing an obscure "Uncaught TypeError: Cannot read properties of undefined (reading 'controller')"
Documentation updates
These were already deployed to https://derbyjs.github.io/derby/ upon PR merge.
- [docs] Improvements to Racer model docs by @ericyhwang in https://github.com/derbyjs/derby/pull/641
- Troubleshooting guides for various errors by @ericyhwang in https://github.com/derbyjs/derby/pull/642
- Add Typedoc generated API docs by @craigbeck in https://github.com/derbyjs/derby/pull/638
Full Changelog: https://github.com/derbyjs/derby/compare/v4.2.0...v4.2.1