source: frontend/node_modules/strip-comments/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 4.4 KB
Line 
1# Release history
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8<details>
9 <summary><strong>Guiding Principles</strong></summary>
10
11- Changelogs are for humans, not machines.
12- There should be an entry for every single version.
13- The same types of changes should be grouped.
14- Versions and sections should be linkable.
15- The latest version comes first.
16- The release date of each versions is displayed.
17- Mention whether you follow Semantic Versioning.
18
19</details>
20
21<details>
22 <summary><strong>Types of changes</strong></summary>
23
24Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_):
25
26- `Added` for new features.
27- `Changed` for changes in existing functionality.
28- `Deprecated` for soon-to-be removed features.
29- `Removed` for now removed features.
30- `Fixed` for any bug fixes.
31- `Security` in case of vulnerabilities.
32
33</details>
34
35
36## [2.0.0] - 2019-09-14
37
38**Changed**
39
40- Refactored again to use a custom parser that is much faster and supports a number of different languages.
41
42## [1.0.2] - 2018-05-03
43
44- refactored
45- Remove default objectRestSpread plugin #40 allows for user configured plugins
46- Merge pull request #42 from tallarium/remove-default-transform
47- Merge remote-tracking branch 'origin/master' into refactor
48- Merge remote-tracking branch 'origin/master' into refactor
49- Merge pull request #44 from jonschlinkert/refactor
50
51## [1.0.1] - 2018-03-24
52
53- feat: Allow users to specify their own babylon plugins
54- Merge pull request #40 from briandipalma/patch-1
55- adds `allowReturnOutsideFunction` to defaults
56
57## [1.0.0] - 2018-03-24
58
59- adds object-rest-spread plugin
60
61## [0.4.4] - 2016-02-14
62
63- refactor to use babylon
64
65## [0.4.3] - 2015-12-25
66
67- minor tweak
68
69## [0.4.2] - 2015-12-11
70
71- bump extract-comments per issue https://github.com/jonschlinkert/strip-comments/issues/29
72- Merge branch 'master' of https://github.com/lebbe/strip-comments into lebbe-master
73- Merge branch 'lebbe-master'
74
75## [0.4.0] - 2015-11-04
76
77- adds more test cases
78- closes https://github.com/jonschlinkert/strip-comments/issues/18
79- Handles comments that are substrings of a later comment
80- Merge pull request #28 from epicoxymoron/bugfix/27-discard-is-too-greedy
81- adds example
82- adds json test
83
84## [0.3.4] - 2015-10-22
85
86- refactored
87- expose `first` method. code comments, minor formatting
88- allow line/block to be specified as options
89- Merge pull request #23 from jonschlinkert/dev
90- fixes examples
91- adds editorconfig
92
93## [0.3.0] - 2014-09-02
94
95- merge fix from origin
96- Merge pull request #13 from mk-pmb/tests_literals_nocomment
97- Merge pull request #15 from mk-pmb/tests_literals_snake
98- Merge pull request #22 from kgryte/patch-1
99- Merge pull request #9 from tunnckoCore/master
100- Merge remote-tracking branch 'origin/line-comments'
101- Merge remote-tracking branch 'origin/master'
102- tests: not a comment: snake-y ASCII art
103- tests: string and regexp literals
104- adds tests for URLs
105- fix globstars
106- lint
107
108## [0.2.0] - 2014-08-10
109
110- fixes `use strict` statement
111
112## [0.1.6] - 2014-02-13
113
114- Merge branch 'master' of https://github.com/tunnckoCore/strip-comments into tunnckoCore-master
115- Merge branch 'tunnckoCore-master'
116- minor formatting
117
118## [0.1.0] - 2014-02-10
119
120- first commit
121
122[1.0.2]: https://github.com/jonschlinkert/strip-comments/compare/1.0.1...1.0.2
123[1.0.1]: https://github.com/jonschlinkert/strip-comments/compare/1.0.0...1.0.1
124[1.0.0]: https://github.com/jonschlinkert/strip-comments/compare/0.4.4...1.0.0
125[0.4.4]: https://github.com/jonschlinkert/strip-comments/compare/0.4.3...0.4.4
126[0.4.3]: https://github.com/jonschlinkert/strip-comments/compare/0.4.2...0.4.3
127[0.4.2]: https://github.com/jonschlinkert/strip-comments/compare/0.4.0...0.4.2
128[0.4.0]: https://github.com/jonschlinkert/strip-comments/compare/0.3.4...0.4.0
129[0.3.4]: https://github.com/jonschlinkert/strip-comments/compare/0.3.0...0.3.4
130[0.3.0]: https://github.com/jonschlinkert/strip-comments/compare/0.2.0...0.3.0
131[0.2.0]: https://github.com/jonschlinkert/strip-comments/compare/0.1.6...0.2.0
132[0.1.6]: https://github.com/jonschlinkert/strip-comments/compare/0.1.0...0.1.6
133
134[Unreleased]: https://github.com/jonschlinkert/strip-comments/compare/0.1.0...HEAD
135[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
136
Note: See TracBrowser for help on using the repository browser.