New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@devexperts/utils

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexperts/utils - npm Package Compare versions

Comparing version 0.22.2 to 0.23.0

40

CHANGELOG.md

@@ -6,2 +6,42 @@ # Change Log

<a name="0.23.0"></a>
# [0.23.0](https://github.com/devex-web-frontend/dx-platform/compare/v0.19.2...v0.23.0) (2018-12-18)
### Features
* **utils:** add more reader combine overloads ([#92](https://github.com/devex-web-frontend/dx-platform/issues/92)) ([a8f6ad8](https://github.com/devex-web-frontend/dx-platform/commit/a8f6ad8))
* Feature/new utils (#99) ([b0d3105](https://github.com/devex-web-frontend/dx-platform/commit/b0d3105)), closes [#99](https://github.com/devex-web-frontend/dx-platform/issues/99)
### BREAKING CHANGES
* TRenderRemoteDataStates accepts 1 type-parameter, TRenderRemoteDataProps and RenderRemoteData accept 2 type-parameters. renderPending, renderSuccess and renderFailure are moved to prototype
* chore(rx-utils): Use Array.sequence instead of Traversable.sequence (fp-ts deprecation)
* chore(utils): Replace reader helpers with generalized from MonadReader and ProductLeft. Add sequenceTReader, ReaderValueType, ReaderEnvType and extended instance
* ProjectMany is removed, combine is renamed to combineReader, defer is renamed to deferReader
* chore(utils): rename product-coproduct module to product-left-coproduct-left
* fix(utils): Relax memoized signature for new TS
* chore(rx-utils): fix incorrect type inference for Context
* feat(utils): Add CoproductLeft instance to either, add sequenceTEither, sequenceEither and combineEither
* feat(utils): Add LeftType and RightType to Either
* chore: bump tslint@^5.11.0
* style: fix
* feat(utils): Add missing overloading from old Reader combine
<a name="0.22.1"></a>

@@ -8,0 +48,0 @@ ## [0.22.1](https://github.com/devex-web-frontend/dx-platform/compare/v0.19.2...v0.22.1) (2018-12-13)

4

package.json
{
"name": "@devexperts/utils",
"version": "0.22.2",
"version": "0.23.0",
"description": "",

@@ -36,5 +36,5 @@ "main": "dist",

"devDependencies": {
"@devexperts/tools": "^0.22.2",
"@devexperts/tools": "^0.23.0",
"fp-ts": "^1.11.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc