All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Guiding Principles
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Types of changes
Changelog entries are classified using the following labels (from keep-a-changelog):
Added
for new features.
Changed
for changes in existing functionality.
Deprecated
for soon-to-be removed features.
Removed
for now removed features.
Fixed
for any bug fixes.
Security
in case of vulnerabilities.
- Merge pull request #31 for issue #30
- refactor code to be more performant
- refactor benchmarks
Added
- Merge pull request #15 from aretecode/patch-1
- adds support and tests for string & array iterators
Changed
- Merge pull request #14 from struct78/master
- Added
undefined
check
- Merge pull request #12 from aretecode/iterator
- Set Iterator + Map Iterator
- streamline
isbuffer
, minor edits
- Merge pull request #8 from tunnckoCore/master
- update deps
- Merge pull request #10 from ksheedlo/unrequire-buffer
- add
promise
support and tests
- Remove unnecessary
Buffer
check
- Merge pull request #7 from laggingreflex/err
- add support for
error
and tests
- run update
- fix prepublish script
- remove unused dep
- add typed array support
- Merge pull request #5 from miguelmota/typed-arrays
- adds new tests
- Create fallback for
Array.isArray
if used as a browser package
- Merge pull request #2 from dtothefp/patch-1
- Merge pull request #3 from pdehaan/patch-1
- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master
- optimizations, mostly date and regex
- adds
buffer
support
- adds tests for
buffer
- update benchmarks
- optimizations based on benchmarks
- return
typeof
value if it's not an object. very slight speed improvement
- use
.slice
- adds benchmarks