Comparing version 0.11.0 to 0.12.0-alpha
{ | ||
"name": "purify-ts", | ||
"version": "0.11.0", | ||
"version": "0.12.0-alpha", | ||
"description": "Functional programming standard library for TypeScript ", | ||
@@ -14,3 +14,4 @@ "main": "lib/index.js", | ||
"docs": "typedoc --out documentation/ src/ --theme minimal", | ||
"test": "jest" | ||
"test": "jest", | ||
"test-watch": "jest --watch" | ||
}, | ||
@@ -33,5 +34,5 @@ "jest": { | ||
"ts-jest": "^23.10.0", | ||
"typescript": "3.0.3" | ||
"typescript": "3.2.4" | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
@@ -19,7 +19,7 @@ <h3 align="center"> | ||
* **Elegant and developer-friendly API** - purify's design decisions are made with developer experience in mind. Purify doesn't try to change how you write TypeScript, instead it provides useful tools for making your code easier to read and maintain without resolving to hacks or scary type definitions. | ||
- **Elegant and developer-friendly API** - purify's design decisions are made with developer experience in mind. Purify doesn't try to change how you write TypeScript, instead it provides useful tools for making your code easier to read and maintain without resolving to hacks or scary type definitions. | ||
* **Type-safety** - While purify can be used in vanilla JavaScript, it's entirely written with TypeScript and type safety in mind. While TypeScript does a great job at preventing runtime errors, purify goes a step further and provides utility functions for working with native objects like arrays in a type-safe manner. | ||
- **Type-safety** - While purify can be used in vanilla JavaScript, it's entirely written with TypeScript and type safety in mind. While TypeScript does a great job at preventing runtime errors, purify goes a step further and provides utility functions for working with native objects like arrays in a type-safe manner. | ||
* **Emphasis on practical code** - Higher-kinded types and other type-level features would be great additions to this library, but as of right now they don't have reasonable implementations in TypeScript. Purify focuses on being a library that you ca include in any TypeScript project and favors instance methods instead of functions, clean and readable type definitions instead of advanced type features and a curated API instead of trying to port over another language's standard library. | ||
- **Emphasis on practical code** - Higher-kinded types and other type-level features would be great additions to this library, but as of right now they don't have reasonable implementations in TypeScript. Purify focuses on being a library that you can include in any TypeScript project and favors instance methods instead of functions, clean and readable type definitions instead of advanced type features and a curated API instead of trying to port over another language's standard library. | ||
@@ -33,3 +33,5 @@ # How to start? | ||
``` | ||
or | ||
``` | ||
@@ -45,5 +47,5 @@ $ yarn add purify-ts | ||
* Haskell | ||
* [Arrow - Functional companion to Kotlin's Standard Library](http://arrow-kt.io/) | ||
* [fp-ts - Functional programming in TypeScript](https://github.com/gcanti/fp-ts) | ||
* [typical - playground for type-level primitives in TypeScript](https://github.com/tycho01/typical/) | ||
- [Haskell](https://haskell-lang.org/) | ||
- [Arrow - Functional companion to Kotlin's Standard Library](http://arrow-kt.io/) | ||
- [fp-ts - Functional programming in TypeScript](https://github.com/gcanti/fp-ts) | ||
- [typical - playground for type-level primitives in TypeScript](https://github.com/tycho01/typical/) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199741
1126
49
20
1