-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next #103
Open
trygve-lie
wants to merge
65
commits into
main
Choose a base branch
from
next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Next #103
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: API is reworked to suite the current functionality of Eik
feat: Rework module to suite current functionality of Eik
ci: Treat release config as a common.js file
BREAKING CHANGE: Rename module to @eik/node-client
chore: Rename module to @eik/node-client
# [1.0.0-next.2](v1.0.0-next.1...v1.0.0-next.2) (2021-03-10) ### chore * Rename module to @eik/node-client ([f3d8c73](f3d8c73)) ### BREAKING CHANGES * Rename module to @eik/node-client
chore: Clean up the package structure
fix: Add CommonJS support
ci: Fix repo URL
# [1.0.0-next.3](v1.0.0-next.2...v1.0.0-next.3) (2021-03-11) ### Bug Fixes * Add CommonJS support ([b634537](b634537))
docs: Document module
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
feat: Make .file() return an object
# [1.0.0-next.4](v1.0.0-next.3...v1.0.0-next.4) (2021-03-19) ### Features * Make .file() return an object ([f53f15d](f53f15d))
fix: Do not use getters and setters on public data object
# [1.0.0-next.5](v1.0.0-next.4...v1.0.0-next.5) (2021-03-23) ### Bug Fixes * Do not use getters and setters on public data object ([0505dcb](0505dcb))
fix: Make default value of integrity to be undefined
# [1.0.0-next.6](v1.0.0-next.5...v1.0.0-next.6) (2021-04-09) ### Bug Fixes * Make default value of integrity to be undefined ([a679f73](a679f73))
# [2.0.0-next.1](v1.1.28...v2.0.0-next.1) (2022-08-08) ### Bug Fixes * Add CommonJS support ([b634537](b634537)) * Do not use getters and setters on public data object ([0505dcb](0505dcb)) * Make default value of integrity to be undefined ([a679f73](a679f73)) ### chore * Rename module to @eik/node-client ([f3d8c73](f3d8c73)) ### Features * Make .file() return an object ([f53f15d](f53f15d)) * Rework module to suite current functionality of Eik ([559294c](559294c)) ### BREAKING CHANGES * Rename module to @eik/node-client * API is reworked to suite the current functionality of Eik
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
# [2.0.0-next.2](v2.0.0-next.1...v2.0.0-next.2) (2022-08-18) ### Features * Use the new @eik/common-config-loader module ([#104](#104)) ([5de927c](5de927c))
# [2.0.0-next.3](v2.0.0-next.2...v2.0.0-next.3) (2022-08-18) ### Bug Fixes * **deps:** update dependency undici to v5.8.2 ([652c0af](652c0af))
* feat: Remove support for CJS. ESM only BREAKING CHANGE: This PR removes the support for CJS in this module. This module is now ESM only. * feat: Remove CJS support. ESM only. BREAKING CHANGE: Support for CJS is now removed in this module. It is ESM only. * ci: use 0.0.0.0 instead of localhost * fix: remove console.log() statement Co-authored-by: Trygve Lie <trygve.lie@finn.no>
# [2.0.0-next.4](v2.0.0-next.3...v2.0.0-next.4) (2022-08-22) ### Features * Remove support for CJS. ESM only ([#106](#106)) ([d74f8c8](d74f8c8)) ### BREAKING CHANGES * This PR removes the support for CJS in this module. This module is now ESM only. * feat: Remove CJS support. ESM only. * Support for CJS is now removed in this module. It is ESM only. * ci: use 0.0.0.0 instead of localhost * fix: remove console.log() statement Co-authored-by: Trygve Lie <trygve.lie@finn.no>
feat: add .mapping(dep) shorthand method to resolve mapped bare imports directly
# [2.0.0-next.5](v2.0.0-next.4...v2.0.0-next.5) (2022-09-23) ### Features * add .mapping(dep) shorthand method to resolve mapped bare imports directly ([a557cfd](a557cfd))
* fix:add starting slash to file-urls * Added missing test scenario and fix for that test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.