0.10.2 • Published 5 years ago

foreword v0.10.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Foreword

A JavaScript library for functional data transformation.

Build Status npm version dependencies

npm install foreword

Why Foreword?

  • Ability to partially apply all functions, allowing you to write smaller, cleaner code.
  • Restrict functions to one type of data.
  • Leverage type separation into a more interesting interface, such as A.map and O.map.
  • Provide useful functions for handling unwanted values.
  • Ensure correctness of transformations, not allowing references to be mutated.

A benefit of this approach is that foreword will have no trouble adding functions for new types in the future, like Map or Set.

Documentation

Refer to the API documentation.

0.10.2

5 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago