Skip to content

Commit f4f1a90

Browse files
authored
Merge pull request #519 from mozilla/nchevobbe-patch-1
Update CHANGELOG.md
2 parents a36f46f + 0ccf5ec commit f4f1a90

File tree

1 file changed

+91
-1
lines changed

1 file changed

+91
-1
lines changed

CHANGELOG.md

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,96 @@
11
# Change Log
22

3-
## 0.8.0-beta.0
3+
## 0.7.6
4+
5+
- Bump package to 0.7.6 and remove `publishConfig` property in package.json ([801be934007c3ed0ef66c620641b1668e92c891d](https://github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))
6+
7+
## 0.7.5
8+
9+
- [#364](https://github.com/mozilla/source-map/pull/364) -
10+
Pass through the implementation of more index map operations.
11+
- [#362](https://github.com/mozilla/source-map/pull/362) -
12+
Remove the bundled dist/ directory?
13+
- [#363](https://github.com/mozilla/source-map/pull/363) -
14+
Split up wasm loading based on compilation target.
15+
- [#371](https://github.com/mozilla/source-map/pull/371) -
16+
Use WHATWG's URL to implement all of source-map's URL operations.
17+
- [#378](https://github.com/mozilla/source-map/pull/378) -
18+
Fix typo
19+
- [#384](https://github.com/mozilla/source-map/pull/384) -
20+
Add Mozilla Code of Conduct in
21+
- [#402](https://github.com/mozilla/source-map/pull/402) -
22+
Remove unused fromVLQSigned function
23+
- [#374](https://github.com/mozilla/source-map/pull/374) -
24+
Add lastGeneratedColumn to typing for MappingItem
25+
- [#395](https://github.com/mozilla/source-map/pull/395) -
26+
`addMapping()`: ensure that `originalLine` and `originalColumn` are `null` when `original` argument was undefined/`null`
27+
- [#394](https://github.com/mozilla/source-map/pull/394) -
28+
fix crash in url util function due to undefined root value
29+
- [#393](https://github.com/mozilla/source-map/pull/393) -
30+
minor binary-search code/comment fixes
31+
- [#407](https://github.com/mozilla/source-map/pull/407) -
32+
use Travis CI svg badge
33+
- [#397](https://github.com/mozilla/source-map/pull/397) -
34+
add `prettier` task for standardized code formatting => easier cross-branch/fork code comparison and merging
35+
- [#415](https://github.com/mozilla/source-map/pull/415) -
36+
Syntax highlight README HTML sample
37+
- [#439](https://github.com/mozilla/source-map/pull/439) -
38+
Add function to SourceMapConsumer TS interface
39+
- [#448](https://github.com/mozilla/source-map/pull/448) -
40+
Include types file extension in package.json
41+
- [#464](https://github.com/mozilla/source-map/pull/464) -
42+
Require Node.js 12 or later & switch CI to GitHub Actions
43+
- [#466](https://github.com/mozilla/source-map/pull/466) -
44+
Skip updating coveralls.io coverage
45+
- [#465](https://github.com/mozilla/source-map/pull/465) -
46+
Update WASM binary and Land WASM rust sources in this repository
47+
- [#463](https://github.com/mozilla/source-map/pull/463) -
48+
Update ESLint & Prettier to latest
49+
- [#467](https://github.com/mozilla/source-map/pull/467) -
50+
Adopt & enforce the mozilla-central Prettier config
51+
- [#468](https://github.com/mozilla/source-map/pull/468) -
52+
Simplify coverage tooling
53+
- [#469](https://github.com/mozilla/source-map/pull/469) -
54+
Update to doctoc v2 & simplify call pattern
55+
- [#470](https://github.com/mozilla/source-map/pull/470) -
56+
Filter out unnecessary rust tasks
57+
- [#471](https://github.com/mozilla/source-map/pull/471) -
58+
Improve coverage
59+
- [#472](https://github.com/mozilla/source-map/pull/472) -
60+
Include package-lock.json in repo
61+
- [#473](https://github.com/mozilla/source-map/pull/473) -
62+
fix: convert result of allocate_mappings from signed to unsigned
63+
- [#481](https://github.com/mozilla/source-map/pull/481) -
64+
Add support for the sourcemaps ignorelist
65+
- [#485](https://github.com/mozilla/source-map/pull/485) -
66+
Remove .DS_Store
67+
- [#488](https://github.com/mozilla/source-map/pull/488) -
68+
Fix reference to LICENSE file
69+
- [#507](https://github.com/mozilla/source-map/pull/507) -
70+
Fix an off-by-1 error in section lookup
71+
- [#505](https://github.com/mozilla/source-map/pull/505) -
72+
Add source map spec tests
73+
- [#517](https://github.com/mozilla/source-map/pull/517) -
74+
Remove whatwg-url module
75+
76+
## 0.7.4
77+
78+
- [#341](https://github.com/mozilla/source-map/pull/341) -
79+
Make async change. Fixes mozilla#337.
80+
- [#339](https://github.com/mozilla/source-map/pull/339) -
81+
Add option to initialize mappings wasm via ArrayBuffer
82+
- [#347](https://github.com/mozilla/source-map/pull/347) -
83+
Add expected arguments to assert.throws calls
84+
- [#352](https://github.com/mozilla/source-map/pull/352) -
85+
Update node version
86+
- [#350](https://github.com/mozilla/source-map/pull/350) -
87+
Use top level context to determine node vs browser environment
88+
- [#361](https://github.com/mozilla/source-map/pull/361) -
89+
Bump webpack-cli to v3.1
90+
- [#456](https://github.com/mozilla/source-map/pull/456) -
91+
Regenerate dist due to running `npm test`
92+
93+
## [DEPRECATED] 0.8.0-beta.0
494

595
### Breaking changes
696

0 commit comments

Comments
 (0)