Conversation
- ℹ️️ for curry 🔬 - ℹ️️ for mapWhere 🔬 - ℹ️️ for path 🔬 - ℹ️️ for pipe 🔬 - ℹ️️ for prop 🔬 - 🎁 add first 🔬 - 🎁 add fistIndex 🔬 - ℹ️️ add index as a `@member` - 🎁 add last 🔬 - 🎁 add lastIndex 🔬 - 🎁 add replace 🔬
- share some memory with variables instead of new memory allocations for useless pointers
- add back lego-cli for later - 📇 metadata for docgen - 📇 metadata yarn lock pkg json stuff - 🏗🔌 comment plugin to add filenames to output - 🏸 cdn server hosting in installations in readme for site
finish frisbee tests, rename DecoratorChain from decorators.js readme minor tweaks
traverser remove tests + update
simplify `isArrayOrObj && isObjWithKeys` -> isEmpty 🔬 tests ️ℹ️️ 🔗 some docblock links 🤖📖 docgen regen
🛅 built dist 🏗 fn names for arity 🗝️ keywords file for later
aretecode
commented
Jul 20, 2017
| @@ -996,3 +996,27 @@ $ gzip-size "dists/umd/index.js" "--raw" | |||
| Done in 0.75s. | |||
| 2017:40:07/18/17:17:40:52 | |||
aretecode
commented
Jul 20, 2017
| const toarr = require('./deps/to-arr') | ||
| const argumentor = require('./deps/argumentor') | ||
| const camelCase = require('./deps/camel-case') | ||
| const camelCase = require('./deps/string/camelCase') |
aretecode
commented
Jul 20, 2017
| @@ -10,9 +10,6 @@ | |||
| "babel-plugin-transform-flow-strip-types": "^6.22.0" | |||
| }, | |||
aretecode
commented
Jul 20, 2017
| @@ -0,0 +1,113 @@ | |||
| const {Chain, ChainedSet, merge, eq, is} = require('../../../') | |||
aretecode
commented
Jul 20, 2017
| @@ -0,0 +1,503 @@ | |||
| const {Chain, isUndefined, isString, isEmpty} = require('chain-able') | |||
aretecode
commented
Jul 20, 2017
| @@ -0,0 +1,149 @@ | |||
| const {Chain, isUndefined, isFunction, isObj, isReal, isBoolean} = require('../../../src') | |||
more minor utils (or in str or num), rename .iteratee to .node, ternary in transform.remap more docblock content move isNested clean some traverse
- 🆙 conditional/
- ℹ️ more docs to `all` & `and` & `not` & `some`
- 🐏 curry `not`
- /includes
- 🐏 curry
- ❔ use isString > isArray as first check
- 🕴 for exporting native/built-in prototype methods and such - 🔗minor tweaks & links - 🚚 move ignored to meta/
👷 construct (used in index when exporting .build & .init/.chainable)
- 🆙 utils/ 🕴 exports
- 🌏 localGlobal (window || global)
- 🔢 lengthFromZero
- ℹ️️ docs
- 😡 use lengthFromZero in `argumentor`
- ⛑ hasOwnProperty add `isNill` safety
- ℹ️️ more docs to arity, always, curry, replace, prop - 🛅 shorten firstIndex, lastIndex - ⬅️🆕 reverse - 👷🆕 construct (used in index when exporting .build & .init/.chainable) - ❔🆕 includesCount (RESEARCH BETTER NAME) (occurs?) - ❔🆕 hasInMatching - 📞🆕 invoke - 🕴 export more in the index - 🤸`|` pipe split into pipeTwo + pipe (for dynamic length args & 2 args)
- ❔ is/ - ❔ is/ ℹ️ℹ️ℹ️️ docs 🆕🆕🆕 🔬🔩 - ℹ️️ docs: arguments, array, boolean, buffer, hasIn, objNotNull, prototypeOf, string, undefined, arrayOf, asyncish, async, dot, enumerable, function, generator, json, toS/getTag - ⚒ fix ℹ️ docs ⌨️ typo in primitive - 🔬 tests for 🆕 - ❔🆕 isMatch - ❔🆕 isInstanceOf - ❔🆕 isUndefinedLike - ❔🆕 isWeakMap - ❔🆕 isWeakSet - ❔🆕 isIteratable (moved from traverse) - ❔🆕 isCircular - ❔🆕 isBooleanPrimitive (split from isBoolean) - ❔🆕 isMatch (not exported boolean version of matcher) - ❔🆕 isBrowser (using util/localGlobal & isUndefinedLike) - 🔩 use native/ in isNative - 🆙 use `or` in isAsyncish
- 🐏 🎁 fp/ ...again
- ℹ️ more docs 👷 construct/ 🆕🙃 flip 🆕 invoker
- ℹ️️ more docs to first, firstIndex, includesCount, last, lastIndex, reverse
- 🔬 more adapted tests
- 🆕 invoker
- 🆕🙃 flip
- 🙃🙃 flip2 (just first2 args)
- 👷 construct/
- map, set, regexp
🚚🔬 move dopemerge map & set example into skipped test 🚚 move concat to /array 🐏👷 use construct in traverse/copy & matcher & to-test - 🆕 to/ - array - string - boolean - number - object - integer - map - set - setToArray - coerce
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.