Skip to content

Latest commit

 

History

History
83 lines (47 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

83 lines (47 loc) · 2.48 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.0 (2018-07-16)

Bug Fixes

  • interfaces: ordering, error with objects, and rename fp interfaces (fc28328)

build

  • move from webpack to rollup, compatibility changes (47594dc)

Code Refactoring

  • separates add and export, adds 'add' file to groups packages (be1e7f6)

Features

  • fp: convert fp to sub-package, and add fp to all group packages (94bebb3)
  • fp: move to conversion by @pakal/curry, add placeholder support (ff18d23)
  • add Tree-Shaking & esm support and convert "add" to sub-package (0aa2297)

BREAKING CHANGES

  • change in wrapper use, for use in wrapper:
import Promises from '@promises/-all/add';

Or

import Promises from '@promises/core';
import '@promises/-all/add';
  • fp: remove "@promises/-fp" package, use "@promises/-all/fp" sub-package instead.
  • new compatibility support:
  • main - commonjs module and es5 standard (index.js)
  • es2015 - commonjs module and es2015 standard (index.es6.js)
  • browser - bundle in umd format includes all scope dependencies in es5 standard (bundle.umd.js, bundle.umd.min.js)
  • typings - typescript declaration file (index.d.ts)
  • "add" does not export the "index" export, it only adds to Promises
import Promises from '@promises/core';
import '@promises/for-each-series/add';

0.4.0 (2018-03-17)

Features

  • Adding Functional programming support (c801b97)

0.3.1 (2018-03-05)

Note: Version bump only for package @promises/wait

0.3.0 (2018-03-05)

Features