Releases: rocktimsaikia/meta-fetcher
Releases · rocktimsaikia/meta-fetcher
v3.1.1
v3.1.0
v3.0.2
Notable changes (SEMVER-MINOR)
- Restructure the project.
- Remove
tsdx
and use rollup to create builds.
v3.0.1 tag is not released here on Github as I had to fall back to older v2 when the new version which used tsdx, didn't have default import support for common.js. Now with this v3.0.2
cjs
default import is supported again.
v3.0.0
Notable changes (SEMVER-MAJOR)
- Remove the additional options ie, the option to change the user agent and email
- Switch to isomorphic-unfetch from node-fetch for smaller build size
- Move to GitHub actions from TravisCI
- Use tsdx to redo the project structure
- Switch to
jest
fromava
for testing
The version
v3.0.0
starts with the new branchmain
. All the other previous versions are on the branchmaster
v2.0.1
v2.0.0
Breaking changes
- added default export support (removed export)
Tweaks
- Switched to
Ava
fromJest
- Updated the test files accordingly
- removed redundant packages
v1.0.1
Add missing repo name and homepage details in package.json
v1.0.0
Initial release