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

Commit c73dd13

Browse files
daprahamiannbbeeken
authored andcommitted
fix(breaking): reverts breaking changes in v3.0.1 and v3.0.2
1 parent 165a380 commit c73dd13

12 files changed

+3483
-9432
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ jspm_packages
3636
# Optional REPL history
3737
.node_repl_history
3838

39-
dist/*
40-
!/dist/mongodb-extjson.bundle.js
39+
dist

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
<a name="3.0.2"></a>
2-
## [3.0.2](https://github.com/mongodb-js/mongodb-extjson/compare/v3.0.1...v3.0.2) (2018-07-13)
3-
4-
5-
### Bug Fixes
6-
7-
* **package.json:** fixing package.json missing files ([dea2b90](https://github.com/mongodb-js/mongodb-extjson/commit/dea2b90))
8-
9-
10-
11-
<a name="3.0.1"></a>
12-
## [3.0.1](https://github.com/mongodb-js/mongodb-extjson/compare/v3.0.0...v3.0.1) (2018-07-13)
13-
14-
15-
### Bug Fixes
16-
17-
* **rollup:** fixup dist and bundle in Buffer ([7e2f840](https://github.com/mongodb-js/mongodb-extjson/commit/7e2f840))
18-
19-
20-
211
<a name="2.1.4"></a>
222
## [2.1.4](https://github.com/mongodb-js/mongodb-extjson/compare/v2.1.3...v2.1.4) (2018-05-31)
233

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,3 @@ console.log(EJSON.parse(text));
8383
[travis_url]: https://travis-ci.org/mongodb-js/mongodb-extjson
8484
[npm_img]: https://img.shields.io/npm/v/mongodb-extjson.svg
8585
[npm_url]: https://www.npmjs.org/package/mongodb-extjson
86-
87-
## FAQ
88-
89-
#### What are the various files in dist?
90-
91-
* `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.
92-
* `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.
93-
* `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.
94-
* `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.
95-

0 commit comments

Comments
 (0)