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

Commit

Permalink
fix(breaking): reverts breaking changes in v3.0.1 and v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daprahamian committed Jul 13, 2018
1 parent 9ae1081 commit 3fab274
Show file tree
Hide file tree
Showing 12 changed files with 3,483 additions and 9,432 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jspm_packages
# Optional REPL history
.node_repl_history

dist/*
!/dist/mongodb-extjson.bundle.js
dist
20 changes: 0 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
<a name="3.0.2"></a>
## [3.0.2](https://github.com/mongodb-js/mongodb-extjson/compare/v3.0.1...v3.0.2) (2018-07-13)


### Bug Fixes

* **package.json:** fixing package.json missing files ([dea2b90](https://github.com/mongodb-js/mongodb-extjson/commit/dea2b90))



<a name="3.0.1"></a>
## [3.0.1](https://github.com/mongodb-js/mongodb-extjson/compare/v3.0.0...v3.0.1) (2018-07-13)


### Bug Fixes

* **rollup:** fixup dist and bundle in Buffer ([7e2f840](https://github.com/mongodb-js/mongodb-extjson/commit/7e2f840))



<a name="2.1.4"></a>
## [2.1.4](https://github.com/mongodb-js/mongodb-extjson/compare/v2.1.3...v2.1.4) (2018-05-31)

Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,3 @@ console.log(EJSON.parse(text));
[travis_url]: https://travis-ci.org/mongodb-js/mongodb-extjson
[npm_img]: https://img.shields.io/npm/v/mongodb-extjson.svg
[npm_url]: https://www.npmjs.org/package/mongodb-extjson

## FAQ

#### What are the various files in dist?

* `mongodb-extjson.bundle.js` is a bundled up version of the library that is suitable for inclusion in an HTML page via a `<script>` tag.
* `mongodb-extjson.esm.js` is a rolled up version of the library that is suitable for interoperation with bundlers that work better with ES modules.
* `mongodb-extjson.browser.esm.js` is similar to `mongodb-extjson.esm.js` but is ultimately intened for consumers producing browser bundles. It also pulls in any browser specific dependencies/code that may be needed.
* `mongodb-extjson.browser.umd.js` is similar to the source code of this library but is ultimately intened for consumers producing browser bundlers expecting a UMD format. It also pulls in any browser specific dependencies/code that may be needed.

Loading

0 comments on commit 3fab274

Please sign in to comment.