Releases: elbywan/wretch
Releases · elbywan/wretch
2.0.1
2.0.0
🔥 This is a major version which implies that there are breaking changes.
Please refer to the migration guide for more details on how to migrate from v1.
Philosophy
Wretch has been completely rewritten with the following goals in mind:
- reduce its size by making it modular
- preserve the typescript type coverage
- improve the API by removing several awkward choices
And because one tiny video can be more descriptive than a thousand words:
typesafe.mov
Main changes
- The bundle size was cut down from ~3.2KB to ~1.9KB 🪶
wretch-middlewares
is now deprecated and has been integrated into the mainwretch
package- Non-core features have been split from the main import and will need to be imported separately as Addons
- API documentation is now autogenerated
- Long running issues have been fixed as part of the refactor
Changelog
The full changelog is available here
v1.7.10
1.7.10 (2022-05-21)
⬆️ Version update(s)
- Bump minimist from 1.2.5 to 1.2.6 (6365ad0)
- Bump moment from 2.24.0 to 2.29.2 (26e3889)
- Bump to npm 8 (9d5758e)
🐛 Bug fix(es)
📝 Documentation update(s)
- Update performance api node.js polyfill. (185420b)
✅ Test improvement(s)
- Migrate to github actions. (4b93f43)
v1.7.9
v1.7.8
v1.7.7
v1.7.6
v1.7.5
1.7.5 (2021-06-30)
⬆️ Version update(s)
- Bump find-my-way from 2.2.1 to 2.2.5 (687a999)
- Bump handlebars from 4.7.6 to 4.7.7 (0cb2ac2)
- Bump hosted-git-info from 2.8.8 to 2.8.9 (c862315)
- Bump ini from 1.3.5 to 1.3.7 (79fd31f)
- Bump lodash from 4.17.19 to 4.17.21 (fe66a14)
- Bump node-notifier from 8.0.0 to 8.0.1 (43cd685)
- Bump ws from 7.3.1 to 7.4.6 (d0f89f1)
- Bump y18n from 4.0.0 to 4.0.1 (6d0fbdc)
- Upgrade dependencies. (805fade)
🐛 Bug fix(es)
📝 Documentation update(s)
- Update readme import section (5970e6d)