tealight
Version:
DOM queries that always return an array
116 lines (67 loc) • 2.58 kB
Markdown
# Change Log
## [0.3.6] - 2018-08-11
### Fixed
- Consolidate overloaded declarations.
## [0.3.5] - 2018-08-11
### Fixed
- Update type declaration for optional second argument.
## [0.3.4] - 2018-08-10
### Changed
- Include type declaration file in published files.
### Fixed
- Typo in readme
## [0.3.3] - 2018-08-10
### Fixed
- Typo in type declaration file path.
## [0.3.2] - 2018-08-10
### Added
- Add module function type declaration.
## [0.3.1] - 2018-07-25
### Changed
- Rename default function export.
## [0.3.0] - 2018-01-12
### Changed
- Refactor ES module distribution with exteral dependencies.
- Add usage instructions to readme.
## [0.2.3] - 2018-01-11
### Changed
- Upgraded `is-dom-node` dependency.
- Upgraded `is-dom-node-list` dependency.
### Fixed
- Upgrades removed duplicate `is-dom-node` code.
## [0.2.2] - 2018-01-11
- Upgrade `is-dom-node-list` dependency.
## [0.2.1] - 2018-01-05
### Changed
- Updated distribution license format.
## [0.2.0] - 2018-01-04
### Added
- Tealight now supports a second `context` argument to scope DOM selectors.
### Changed
- The `getNodes` utility has been renamed to `index`, and is now exported by default.
- Minified distribution now uses a condensed license format.
### Removed
- `raf` and `mathSign` polyfills were removed.
- The `isNode` and `isNodeList` named exports were removed.
- The `deepAssign`, `each`, `getNode` and `isObject` utilities were removed.
## [0.1.2] - 2017-12-04
- Updated distribution license format.
## [0.1.1] - 2017-11-24
### Changed
- Added library version and size badges to `README.md`.
- Added repository, keywords and author email to `package.json`
## [0.1.0] - 2017-11-24
Hello world!
[0.3.5]: https://github.com/jlmakes/tealight/compare/0.3.4...0.3.5
[0.3.4]: https://github.com/jlmakes/tealight/compare/0.3.3...0.3.4
[0.3.3]: https://github.com/jlmakes/tealight/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/jlmakes/tealight/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/jlmakes/tealight/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/jlmakes/tealight/compare/0.2.3...0.3.0
[0.2.3]: https://github.com/jlmakes/tealight/compare/0.2.2...0.2.3
[0.2.2]: https://github.com/jlmakes/tealight/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/jlmakes/tealight/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/jlmakes/tealight/compare/0.1.2...0.2.0
[0.1.2]: https://github.com/jlmakes/tealight/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/jlmakes/tealight/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/jlmakes/tealight/tree/0.1.0