All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Set Rollup as peer dependency with
>=3.24.0
- Update dependencies and config
- Caching in
load()
is for content, not URLs... Don't convert toURL
s
- Handle file paths as
file:
URLs to avoid inconsistency
- Fixed handling Windows file paths shgysk8zer0/npm-utils#19
- Update to use
@shgysk8zer0/consts
- Update to node 20.3.1
- Add
--provenance
to publish GH Action - Update testing and publishing workflows
- Update versioning and lock scripts
- Add
funding
- Update
@shgysk8zer0/npm-utils
with support forrequire()
- Add handling of
import.meta.url
andimport.meta.resolve()
- Added
magic-string
anddotenv
as dependencies - Add
@shgysk8zer0/js-utils
as dev dependency
- Uninstall
rollup
andeslint
- Update README with
import.meta.url
andimport.meta.resolve()
notes & instructions
- Re-fix exports
- Bad path for exports (requires
"./"
relative paths)
- Add
@shgysk8zer0/npm-utils
- Add
index.cjs
as module for use withrequire()
- Use
@shgysk8zer0/npm-utils/importmap
instead of own resolver of specifiers - Update Action for GitHub Release
- Update GitHub Release Action with correct permissions
- Add workflow to automate releases on GitHub
- Updated README
- Update error messages
- Update description
- Change required node version to
>=18.0.0
(required forfetch()
)
- Full URLs were being marked as external
- Handle importing of URLs via
fetch()
- Handle mapping mapping by prefixes
- Update README
- Do not specify version of RollUp required
- Add support for YAML import maps
Initial Setup