Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Sep 25, 2018
1 parent 5dfef90 commit 78b9e36
Showing 1 changed file with 14 additions and 26 deletions.
40 changes: 14 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,15 @@ All notable changes to parcel will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.10.0-beta.2] - 2018-

### Added

- Added LD+JSON asset [Details](https://github.com/parcel-bundler/parcel/pull/1936)

### Fixed

- Don't modify script nodes with text/html type [Details](https://github.com/parcel-bundler/parcel/pull/1924)
- Fix various windows bugs & tests [Details](https://github.com/parcel-bundler/parcel/pull/1965)
- Cross-platform deterministic asset ids [Details](https://github.com/parcel-bundler/parcel/pull/2020)
- allow empty string in meta [Details](https://github.com/parcel-bundler/parcel/pull/2027)
- fixed watch not working when NODE_ENV is production [Details](https://github.com/parcel-bundler/parcel/pull/2024)

## [1.10.0-beta.1] - 2018-09-16

### Fixed

- Incorrect casing for Logger require [Details](https://github.com/parcel-bundler/parcel/pull/2021)

## [1.10.0-beta.0] - 2018-09-16
## [1.10.0] - 2018-09-25

### Added

- Babel 7 support [Details](https://github.com/parcel-bundler/parcel/pull/1955)
- HTML Bundle loader [Details](https://github.com/parcel-bundler/parcel/pull/1732)
- Process inline scripts and styles [Details](https://github.com/parcel-bundler/parcel/pull/1456)
- Added LD+JSON asset [Details](https://github.com/parcel-bundler/parcel/pull/1936)
- Add support for Elm assets [Details](https://github.com/parcel-bundler/parcel/pull/1968)
- Support optionally bundling node_modules for `--target=node` [Details](https://github.com/parcel-bundler/parcel/pull/1690)
- Import existing sourcemaps [Details](https://github.com/parcel-bundler/parcel/pull/1349)
- Import GraphQL files from other GraphQL files [Details](https://github.com/parcel-bundler/parcel/pull/1892)
Expand All @@ -44,9 +27,10 @@ and parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- Support HTML5 history mode routing [Details](https://github.com/parcel-bundler/parcel/pull/1788)
- Split cache into multiple folders for faster FS [Details](https://github.com/parcel-bundler/parcel/pull/1322)
- Support array in package.json's sideEffects property [Details](https://github.com/parcel-bundler/parcel/pull/1766)
- Process inline scripts and styles [Details](https://github.com/parcel-bundler/parcel/pull/1456)
- Added stub for require.cache [Details](https://github.com/parcel-bundler/parcel/pull/1960)
- Added dotenv-expand to expand env vars [Details](https://github.com/parcel-bundler/parcel/pull/2014)
- Update Typescript to v3.0.0 [Details](https://github.com/parcel-bundler/parcel/pull/1840)
- Add `--no-content-hash` option to build cli [Details](https://github.com/parcel-bundler/parcel/pull/1934)

### Fixed

Expand All @@ -73,10 +57,14 @@ and parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- Fix dotenv package error [Details](https://github.com/parcel-bundler/parcel/pull/1953)
- Don't resolve slash and tilde paths twice [Details](https://github.com/parcel-bundler/parcel/pull/1993)
- bundle name hash-key generation is not environment independent [Details](https://github.com/parcel-bundler/parcel/pull/2002)

### Chores

- Update Typescript to v3.0.0 [Details](https://github.com/parcel-bundler/parcel/pull/1840)
- Don't modify script nodes with text/html type [Details](https://github.com/parcel-bundler/parcel/pull/1924)
- Fix various windows bugs & tests [Details](https://github.com/parcel-bundler/parcel/pull/1965)
- Cross-platform deterministic asset ids [Details](https://github.com/parcel-bundler/parcel/pull/2020)
- allow empty string in meta [Details](https://github.com/parcel-bundler/parcel/pull/2027)
- fixed watch not working when NODE_ENV is production [Details](https://github.com/parcel-bundler/parcel/pull/2024)
- Incorrect casing for Logger require [Details](https://github.com/parcel-bundler/parcel/pull/2021)
- fix security vuln [Details](https://github.com/parcel-bundler/parcel/pull/1794)
- Remove wasm-gc from RustAsset [Details](https://github.com/parcel-bundler/parcel/pull/2048)

## [1.9.7] - 2018-07-15

Expand Down

0 comments on commit 78b9e36

Please sign in to comment.