Skip to content

Instantly share code, notes, and snippets.

@ssova-4xxi
Created May 30, 2016 18:18
Show Gist options
  • Save ssova-4xxi/e8c5895c19b9c4d18bd7b7a446cb13a9 to your computer and use it in GitHub Desktop.
Save ssova-4xxi/e8c5895c19b9c4d18bd7b7a446cb13a9 to your computer and use it in GitHub Desktop.

1.1.1 / 2016-04-28

  • 1.1.1
  • Changelog: to v1.1.1
  • Rename Array.prototype.included to Array.prototype.contains

1.1.0 / 2016-04-28

  • 1.1.0
  • Changelog: to v1.1.0
  • Rename Array.prototype.includes to Array.prototype.included Because [].includes() is part of ECMAScript2016

1.0.0 / 2016-04-28

  • 1.0.0
  • Changelog: to v1.0.0
  • Breakable upgrade: to Node.js@6.0.0 Code update Remove Node.js@<6.0.0 support

0.12.0 / 2016-03-31

  • Fix changelog
  • 0.12.0
  • Changelog to v0.12.0
  • Refactor to many small modules Now one feature can be installed

0.11.0 / 2016-03-31

  • Changelog add String.random()
  • 0.11.0
  • Add: String.random()
  • doc: Add changelog

0.10.3-toc / 2016-01-27

  • Update toh
  • Add correct TOC
  • Update README.md

0.10.3 / 2016-01-27

  • Do more simple
  • Update README.md
  • Fix readme

0.10.2 / 2016-01-27

  • Add Object.present(). Add Array.present()

0.10.1 / 2016-01-27

  • Add Array.empty(). Object.empty() accept only objects

0.9.2 / 2016-01-27

  • Refactor lib. No fail tests
  • Refactor base lib code

0.9.1 / 2016-01-27

  • Add linter config
  • Fix linter bugs

0.9.0 / 2016-01-27

  • Add Object.empty

0.8.2 / 2016-01-21

  • Update version
  • Fix package and README
  • Add tests for Number.range(). Disable negative step. Disable max less than min
  • Refactor array and console tests
  • Add start Number.range tests
  • Add test for Object.clone(). Copy object with arrays
  • Add tests for Object.clone()
  • Good console tests
  • Update jshint ignore
  • Fix bitHound lint errors
  • Remove [].every()

0.8.0 / 2016-01-20

  • CodeClimate fix with istanbul
  • Remove unused badges
  • Codeclimate
  • Debug
  • Try connect codeclimate
  • Coverage?
  • Increase version
  • More containers
  • Travis no sudo
  • More tests
  • Fix [].last on empty array
  • Nedd to test set cim = commit
  • Add Array.prototype.clean() check callback
  • Refactor tests
  • Add test for [].every()

0.7.5 / 2016-01-18

  • Fix ochepatka

0.7.4 / 2016-01-18

  • Fix that shit

0.7.3 / 2016-01-18

  • Fix all tests. Add console.pipe

0.7.2 / 2016-01-18

  • Fix check for existing pipe in console functions

0.7.1 / 2016-01-18

  • Fix .pipe for browsers

0.7.0 / 2016-01-18

  • Add console.*.pipe

0.6.5 / 2016-01-15

  • Fix checking definited some functions

0.6.4 / 2016-01-15

  • Fix [].second check if already defined

0.6.3 / 2015-12-10

  • Number.range default include last value. Number.rangeOut was removed

0.6.1 / 2015-12-10

  • Version: 0.6.1

0.6.0 / 2015-12-10

  • Version: 0.6.0
  • Replace Number.range with Array instead of Iterable
  • Update README.md

0.5.1-unstable / 2015-11-21

  • Fix to old js
  • Update README.md

0.5.0-unstable / 2015-11-21

  • 5.times(callback)
  • Added Number.prototype.times

0.4.0-unstable / 2015-11-21

  • Set version to unstable
  • Run only on node.js >= 3.0.0
  • Fix for old js
  • Add Array tests
  • Add travis, mocha, shouldtest

0.1.0 / 2015-11-21

  • Update README.md
  • Standard Array.every polyfill. Fix Number.range. Add Number.rangeInside
  • Create README.md
  • Initial 8 features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment