UNPKG

2.7 kBMarkdownView Raw
1# Changelog
2
3## [v0.11.0]
4> Jan 1, 2016
5
6- Implement `scour#equal()`.
7
8## [v0.10.0]
9> Jan 1, 2016
10
11- `scour#extend()` - override non-objects.
12
13## [v0.9.3]
14> Dec 30, 2015
15
16- Fix error with ES5 engines.
17
18## [v0.9.1]
19> Dec 30, 2015
20
21- Fix packaging.
22
23## [v0.9.0]
24> Dec 30, 2015
25
26- Internal: remove dependency from browserify and mocha.
27- `scour.min.js` is no longer packaged.
28- Improve search speed of `.filter()` and `.find()`.
29
30## [v0.8.0]
31> Dec 28, 2015
32
33- Implement `scour#reset()`.
34
35## [v0.7.1]
36> Dec 27, 2015
37
38- Fix `.get()` returning undefined for false values.
39
40## [v0.7.0]
41> Dec 27, 2015
42
43- Implement `scour.sortBy()`.
44- `scour#sortBy()` - allow dot notation.
45
46## [v0.6.0]
47> Dec 26, 2015
48
49- Improve handling of null values.
50
51## [v0.5.0]
52> Dec 25, 2015
53
54- Make `scour.get()`, `scour.at()`, and `scour.find()` return scour-wrapped objects, even if undefined.
55- Implement `scour#getAt()`.
56
57## [v0.4.0]
58> Dec 25, 2015
59
60- Implement `scour.extendIn()`.
61- Optimize various functions.
62- `scour#extend()` - fix behavior when extending a root.
63- Place built files in `dist/scour.js` and `dist/scour.min.js`.
64 Fix usage with browserify.
65
66## [v0.3.0]
67> Dec 24, 2015
68
69- Implement `scour.mapObject()`.
70- Implement `scour.indexedMap()`.
71- Implement `scour.filter()`.
72- Implement `scour.reject()`.
73- Implement `scour.sortBy()`.
74- Implement `scour#mapObject()`.
75- Implement `scour#indexedMap()`.
76- `scour#forEach()` - pass the 3rd parameter as the index.
77- `scour.each()` - pass the 3rd parameter as the index even for arrays.
78
79## [v0.2.0]
80> Dec 23, 2015
81
82- Make `use()` available for scoped objects (ie, `.go().use()`).
83- Fix `extend()` (et al) to return modified roots.
84- Make initialization faster.
85
86## [v0.1.0]
87> Dec 23, 2015
88
89- Initial release.
90
91[v0.1.0]: https://github.com/rstacruz/scour/compare/v0.0.0...v0.1.0
92[v0.2.0]: https://github.com/rstacruz/scour/compare/v0.1.0...v0.2.0
93[v0.3.0]: https://github.com/rstacruz/scour/compare/v0.2.0...v0.3.0
94[v0.4.0]: https://github.com/rstacruz/scour/compare/v0.3.0...v0.4.0
95[v0.5.0]: https://github.com/rstacruz/scour/compare/v0.4.0...v0.5.0
96[v0.6.0]: https://github.com/rstacruz/scour/compare/v0.5.0...v0.6.0
97[v0.7.0]: https://github.com/rstacruz/scour/compare/v0.6.0...v0.7.0
98[v0.7.1]: https://github.com/rstacruz/scour/compare/v0.7.0...v0.7.1
99[v0.8.0]: https://github.com/rstacruz/scour/compare/v0.7.1...v0.8.0
100[v0.9.0]: https://github.com/rstacruz/scour/compare/v0.8.0...v0.9.0
101[v0.9.1]: https://github.com/rstacruz/scour/compare/v0.9.0...v0.9.1
102[v0.9.3]: https://github.com/rstacruz/scour/compare/v0.9.1...v0.9.3
103[v0.10.0]: https://github.com/rstacruz/scour/compare/v0.9.3...v0.10.0
104[v0.11.0]: https://github.com/rstacruz/scour/compare/v0.10.0...v0.11.0