source: trip-planner-front/node_modules/sourcemap-codec/CHANGELOG.md@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1# sourcemap-codec changelog
2
3## 1.4.8
4
5* Performance boost ([#80](https://github.com/Rich-Harris/sourcemap-codec/pull/80))
6
7## 1.4.7
8
9* Include .map files in package ([#73](https://github.com/Rich-Harris/sourcemap-codec/issues/73))
10
11## 1.4.6
12
13* Use arrays instead of typed arrays ([#79](https://github.com/Rich-Harris/sourcemap-codec/pull/79))
14
15## 1.4.5
16
17* Handle overflow cases ([#78](https://github.com/Rich-Harris/sourcemap-codec/pull/78))
18
19## 1.4.4
20
21* Use Uint32Array, yikes ([#77](https://github.com/Rich-Harris/sourcemap-codec/pull/77))
22
23## 1.4.3
24
25* Use Uint16Array to prevent overflow ([#75](https://github.com/Rich-Harris/sourcemap-codec/pull/75))
26
27## 1.4.2
28
29* GO EVEN FASTER ([#74](https://github.com/Rich-Harris/sourcemap-codec/pull/74))
30
31## 1.4.1
32
33* GO FASTER ([#71](https://github.com/Rich-Harris/sourcemap-codec/pull/71))
34
35## 1.4.0
36
37* Add TypeScript declarations ([#70](https://github.com/Rich-Harris/sourcemap-codec/pull/70))
38
39## 1.3.1
40
41* Update build process, expose `pkg.module`
42
43## 1.3.0
44
45* Update build process
46
47## 1.2.1
48
49* Add dist files to npm package
50
51## 1.2.0
52
53* Add ES6 build
54* Update dependencies
55* Add test coverage
56
57## 1.1.0
58
59* Fix bug with lines containing single-character segments
60* Add tests
61
62## 1.0.0
63
64* First release
Note: See TracBrowser for help on using the repository browser.