UNPKG

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