1
0
Fork 0

chore(release): 0.3.0-1

This commit is contained in:
ssube 2020-06-30 08:46:05 -05:00
parent d1c722ad90
commit 0e72b6a63a
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 29 additions and 1 deletions

View File

@ -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)

View File

@ -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",