Skip to content

Release/2.0.0 #44

Merged
merged 41 commits into from
Mar 22, 2019
Merged

Release/2.0.0 #44

merged 41 commits into from
Mar 22, 2019

Conversation

osorokotyaga
Copy link
Contributor

No description provided.

osorokotyaga and others added 30 commits September 21, 2018 10:59
Now, when a function throttled with throttleEnd is invoked several times within a wait period it is finally called by throttleEnd with arguments, provided at last! invoke.

Resolves: #9
src/sanitize was too dumb, better use specially oriented sanitize packages

Resolves: #3
* Extend find* utilities passed arguments to callback.

According to spec Array.prototype.find and Array.prototype.findIndex passes three arguments to callback function: element, index and array. Extend current implementation according to spec.

Resolves: #15

* Code style change for array/findLast.

Replace while with for statement.
* Remove docs folder.

* Add script to generate docs and publish it to gh-pages branch.

Resolves: #4
* fix tests

* Тайпинги

* add ts-jest

* Перевел на typescript

* Добавил в сборку компиляцию typescript и копирование при блиде

* Поправил тайпинги, добавил ts-jest и @types/ramda в package.json

* Вынес ramda типы в файл types.ts

* move all definitions to types.ts
* Adds .editorconfig file

* Adds editors service folders to .gitignore

* Updates README.MD with support information

* Adds memoization functions

* Adds Map using to deepSizeLimit memoization function

* Fixes test descriptions and code indendation (4 spaces)

* Adds memoizeOne function (save only last result - like reselect)

* Renames "shallow" to "strict" (it's more proper name for this functionality)
* object/omit add test for string conversion bug

* Fix object/omit props string conversion.

Resolves: #22
* split typings to files, remove unused types

* split createCacheFrom and MemoizeWith to separate files

* improve modules build to prevent to generate useless code

Resolves: #32
enable docs generation for typescript
fix missing files on gh-pages

Resolves: #33
@osorokotyaga osorokotyaga merged commit 6e5bf77 into master Mar 22, 2019
@osorokotyaga osorokotyaga deleted the release/2.0.0 branch March 22, 2019 13:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants