Skip to content

Conversation

@aretecode
Copy link
Contributor

#44

aretecode added 30 commits July 17, 2017 00:30
- ℹ️️ 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
simplify `isArrayOrObj && isObjWithKeys` -> isEmpty
🔬 tests
️ℹ️️ 🔗 some docblock links
🤖📖 docgen regen
🛅 built dist
🏗 fn names for arity
🗝️ keywords file for later
aretecode added 29 commits July 31, 2017 03:24
🚚 move `argumentor` to `cast`
🚚 move `keywords` to `native` from `util`
  - 🆕 EMPTY_STRING
  - 🆕 native/props
  - 🆕 native/FALSY_LIST
  - 🆕 native/OBJECT_STRING_TAGS
  - 🆕 native/props
  - 🆕 native/arrayEntries
- 🕑 cast/ 📒 rename 🆙 toDate
  - 📒 rename all `cast` files that cast `to` prefixed with `toX`
  - 🆙 toDate implemented
  - 🆙 toDate implemented
  - 🆙 setToPairs implement
  - 🆙 arrayToIterator
  - 🆙 cast exports
  - 🆙 setToArray <- use index again
  - ℹ️ docblocks
  - 🆕📖 readme
- ⚒ fix export names in construct
- ⚒ fix size in isEmpty
- ⚒ fix arg order in nthArg
- 🛡 safety in numberish
- 🆙 change `construct` back to `constructor`
- 🆙 improve tagEq
- 🐏🆕 propSatisfies
- 🐏🆕 repeat
- ❔🆕 isValidPropertyKey
🆕 Symbol toStringTag
  - 🆕 indexOf
  - 🆕 seal
  - 🆕 sleepPromise
  - ⚡ typeguard in size
  - ℹ️ℹ️ℹ️ docs
  - 🆕 modulo
  - 🆕 gte, lte
  - ⚒ fix lte
  - ℹ️ docblocks
- toFunction add obj first-method call
- export preAllocate in array

cast/
- stringToCharCodes,
- fromBufferToUint8Array
- fromIshToBoolean
- toPrimitive

is/
- isNumberishWithDecimals
- isCollection
- isNumberishWithDecimals
@@ -1,4 +1,10 @@
// const forOwn = require('../loop/each/forOwn')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#61

@@ -0,0 +1,10 @@
// @TODO https://github.com/fluents/chain-able/issues/59
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#59

@@ -0,0 +1,8 @@
const charCodeAtZero = require('../string/charCodeAtZero')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant