UNPKG

4 kBMarkdownView Raw
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## [6.1.0] - 2019-04-22
36
37**Added**
38
39- Add TypeScript definitions and tests.
40
41## [6.0.0] - 2018-08-14
42
43- Refactor to use faster scanner
44
45**Removed**
46
47The following options were all removed:
48
49- `options.split` - support for the `split` option was removed, but you may still pass a custom function for this as the last argument.
50- `options.keepQuotes`
51- `options.keepSmartQuotes`
52- `options.keepDoubleQuotes`
53- `options.keepSingleQuotes`
54- `options.keepBackticks`
55
56**Added**
57
58- `options.keep` - function for determining whether or not to keep a character.
59
60## [5.0.1] - 2018-01-08
61
62- update engine versions
63
64## [5.0.0] - 2018-01-08
65
66- tweak quotes handling
67- refactor to use snapdragon-lexer
68- Merge pull request #5 from jonschlinkert/refactor
69
70## [4.0.0] - 2017-11-22
71
72- allow options.quotes to be an object
73- Merge pull request #4 from jonschlinkert/quotes-object
74
75## [3.1.0] - 2017-11-19
76
77- support `keepEscaping` as a function
78- run `lint-deps` to upgrade deps
79
80## [3.0.2] - 2017-06-21
81
82- fix examples
83
84## [3.0.1] - 2017-06-15
85
86- fix examples
87- remove unnecessary brackets
88
89## [3.0.0] - 2017-06-15
90
91- support brackets
92- support nested brackets
93- update release history, run verb
94
95## [2.1.1] - 2017-05-30
96
97- call custom function on escaped tokens
98
99## [2.1.0] - 2017-04-27
100
101- support backticks
102- update docs
103
104## [2.0.0] - 2017-04-11
105
106- example callback
107- adds support for a sync callback
108- update docs, run verb
109
110## [1.0.1] - 2017-04-11
111
112- fix error message for unclosed quote
113- allow disabling strict closing of quotes
114- add tests for errors and strict option
115- Merge pull request #2 from jonschlinkert/strict
116- add documentation on options.strict
117
118## [1.0.0] - 2017-02-21
119
120- refactor
121- update docs, run `verb`
122
123## [0.1.1] - 2015-08-27
124
125- first commit
126- only use 1 nonchar instead of entire array
127- Merge pull request #1 from doowb/master
128
129[5.0.1]: https://github.com/jonschlinkert/split-string/compare/5.0.0...5.0.1
130[5.0.0]: https://github.com/jonschlinkert/split-string/compare/4.0.0...5.0.0
131[4.0.0]: https://github.com/jonschlinkert/split-string/compare/3.1.0...4.0.0
132[3.1.0]: https://github.com/jonschlinkert/split-string/compare/3.0.2...3.1.0
133[3.0.2]: https://github.com/jonschlinkert/split-string/compare/3.0.1...3.0.2
134[3.0.1]: https://github.com/jonschlinkert/split-string/compare/3.0.0...3.0.1
135[3.0.0]: https://github.com/jonschlinkert/split-string/compare/2.1.1...3.0.0
136[2.1.1]: https://github.com/jonschlinkert/split-string/compare/2.1.0...2.1.1
137[2.1.0]: https://github.com/jonschlinkert/split-string/compare/2.0.0...2.1.0
138[2.0.0]: https://github.com/jonschlinkert/split-string/compare/1.0.1...2.0.0
139[1.0.1]: https://github.com/jonschlinkert/split-string/compare/1.0.0...1.0.1
140[1.0.0]: https://github.com/jonschlinkert/split-string/compare/0.1.1...1.0.0
141
142[Unreleased]: https://github.com/jonschlinkert/split-string/compare/0.1.1...HEAD
143[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
\No newline at end of file