diff --git a/CHANGELOG.md b/CHANGELOG.md index cf01d6a..50f1c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.3.0-1](///compare/v0.2.0...v0.3.0-1) (2020-06-30) + + +### ⚠ BREAKING CHANGES + +* **include:** rather than use the `fs` functions (`existsSync`, +`readSync`, etc) to include files, this uses fields of the `includeSchema`. +To maintain the previous functionality, fields should be set as follows: + +- `exists = existsSync` +- `read = readSync` +- `resolve = realpathSync` +* **build:** removes the umd module in favor of a smaller, standard +ES module. Consumers will need native support for ES modules (recent +evergreen browsers) or a bundler with the same (rollup, webpack, etc). + +### Features + +* **build:** bundle as ES module 4165928 +* **include:** allow consumer to provide fs functions via include schema 77b6f4c + + +### Bug Fixes + +* **build:** add chunk for linked modules to fix cyclical imports, sort test modules into test chunk bc06121 +* **test:** cover app main and stream type 87e55c8 +* **test:** remove problematic invocation of main from index 3361099 + ## [0.3.0-0](///compare/v0.2.0...v0.3.0-0) (2020-06-30) diff --git a/package.json b/package.json index c589721..65c51b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apextoaster/js-yaml-schema", - "version": "0.3.0-0", + "version": "0.3.0-1", "description": "Extended JS-YAML schema", "keywords": [ "js-yaml",