mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
1.6 KiB
1.6 KiB
History
8.2.1
- Fix toAsync bug and patch tests
8.2.0
- Add toAsync
- Convert tests from QUnit to Mocha
8.1.0
- Add getKey
8.0.0
- Rename joinObj to joinObject
- Simplify compareProperty. Use cint.compareProperty.bind(cint, property) to achieve old behavior.
7.2.0
- Add unit tests for startsWith, before, after, between, repeatString, toTitleCase, ordinal, mapNumber, rotate, toObject, joinObj, toArray, filterObject, look, compare, compareProperty, isValue, typeof
- Added tallyProps.
- Rearranged sections.
7.1.2
- Removed semicolons. Enabled header in minified file.
7.1.1
- Updated README
7.1.0
- Added functions: addTwo, add, intoString, setValue, mapOverKey, tap, look
7.0.0
- Corrected spelling of 'arritize' to 'aritize'
6.0.0
-
Removed compose, contains, filter, find, group, isEmpty, merged, pluck, range. Use underscore functions of the same name.
-
Removed I. Use _.identity.
-
Removed findByProperty. Use _.findWhere.
-
Removed filterBy. Use _.where.
-
Removed hasKey. Use _.has.
-
Removed sequence. Use _.compose.apply(args.reverse())).
-
Renamed curryAt to partialAt to more closely match lodash semantics.
-
Removed curry and rcurry. Use _.partial and _.partialRight.
-
Removed currify. Use _.curry.
-
Removed toInstance, install, and installPrototypes. Use nativity-cint.
-
Removed reversed. Use arr.concat().reverse().
-
Renamed hasValue to isValue
-
Removed distributions. Use git tags to checkout a specific version.
6.1.0
- Add node-qunit
- Remove 'var' from cint declaration to work with node-qunit