Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
chore: bump package to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jul 8, 2022
1 parent 303c113 commit 984947c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v0.3.0

### Breaking Changes

- [**#3**](https://github.com/azurydev/wjson/pull/3) - refactor!: raise required node version

Need to raise the required node version in `engines` field to `v18` due to new `extends` option.

### New Features

- [**#2**](https://github.com/azurydev/wjson/pull/2) - feat: add `extends` option

Extend your configuration with an external configuration. This functionality has an infinite depth. **Currently, only JSON file imports via HTTP/HTTPS are supported.**

```jsonc
{
"extends": "https://example.com/other_config.json",
// overwrite the options of the config you're extending or add other options
}

- [**#4**](https://github.com/azurydev/wjson/pull/4) - feat: add yaml support

Add support for `wrangler.yaml` and `wrangler.yml` files.

## v0.2.0

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darkflare/wjson",
"version": "0.2.0",
"version": "0.3.0",
"description": "Configure Wrangler in the format of your choice.",
"bin": {
"wjson": "./dist/bin.js"
Expand Down

0 comments on commit 984947c

Please sign in to comment.