Skip to content

Releases: jcoreio/mutate

v2.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 25 Jul 19:06
6ce28b7

2.0.0 (2023-07-25)

Bug Fixes

  • add chai as dev dep (d5e320c)
  • flow overload hack (1ad9607)
  • updateIn: fix overloads (dd056f0)
  • upgrade toolchain, fix overload def (7f21f00)

Documentation

Features

  • convert project to typescript (fb74831)

BREAKING CHANGES

  • drop flow support

v1.0.8

Choose a tag to compare

@jedwards1211 jedwards1211 released this 15 Oct 01:59

1.0.8 (2020-10-15)

Bug Fixes

  • add back cjs module.exports (21235e2)

v1.0.7

Choose a tag to compare

@jedwards1211 jedwards1211 released this 10 Oct 05:08

1.0.7 (2020-10-10)

Bug Fixes

  • include .md files in published package (12f9e0d)

v1.0.6

Choose a tag to compare

@jedwards1211 jedwards1211 released this 10 Oct 04:56

1.0.6 (2020-10-10)

Bug Fixes

  • es modules build and toolchain (38d8a55)

v1.0.5

Choose a tag to compare

@jedwards1211 jedwards1211 released this 05 Dec 21:06

1.0.5 (2019-12-05)

Bug Fixes

v1.0.4

Choose a tag to compare

@jrmclaurin jrmclaurin released this 29 Oct 22:10

1.0.4 (2018-10-29)

Bug Fixes

  • exclude config-chain dependency from flow type checking (c13e597)
  • set publish config to public (96d1b29)
  • switch from npm publish blacklist to whitelist (e241fdc)

v1.0.3

Choose a tag to compare

@jedwards1211 jedwards1211 released this 29 Oct 22:00

1.0.3 (2018-10-29)

Bug Fixes

  • update exports to fix mismatch between require / import declarations (8e593d4)

v1.0.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 26 Jul 04:54

1.0.2 (2018-07-26)

Bug Fixes

  • switch to prepublishOnly script (c1b7209)
  • upgrade lots of things (7ee3bb0)
  • deps: update dependency flow-bin to ^0.64.0 (25762f3)
  • deps: update dependency flow-bin to ^0.65.0 (defc010)
  • deps: update dependency flow-bin to ^0.66.0 (d2d1245)
  • deps: update dependency flow-bin to ^0.67.1 (34008d7)
  • deps: update dependency flow-bin to ^0.68.0 (52adf8b)
  • deps: update dependency flow-bin to ^0.69.0 (33bbad2)
  • src: fix flow and eslint errors (41378f3)

v1.0.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 22 Feb 21:17

1.0.1 (2018-02-22)

Bug Fixes

  • setIn: fix path flow type (5901f63)

v1.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 05 Jan 21:06

1.0.0 (2018-01-05)

Bug Fixes

  • complete.sh: fix bugs with master branch and upstream (deef956)
  • complete.sh: fix path error (772c593)
  • complete.sh: fix syntax error (453d7f0)
  • deps: update dependency babel-eslint to ^8.0.0 (9afc020)
  • deps: update dependency chai to ^4.0.0 (9335cc1)
  • deps: update dependency codecov to ^3.0.0 (c2ee059)
  • deps: update dependency eslint to ^4.0.0 (#27) (f479688)
  • deps: update dependency flow-bin to ^0.62.0 (64d0019)
  • deps: update dependency husky to ^0.14.0 (5c5e384)
  • deps: update dependency mocha to ^4.0.0 (e515ed8)
  • deps: update dependency nyc to ^11.0.0 (7092245)
  • package.json: fix syntax error (c758632)
  • package.json: move codecov to devDependencies (e5c531e)
  • package.json: use flow-copy-source (91ca037)
  • pollinate: fix missing lodash.merge issue (4c630b2)
  • pollinate: fix package.json merging (8707b64)
  • pollinate-templates: fix scoped package name (d2e5a40)
  • project: make templates for package.json and .travis.yml (a27da9e)
  • src: remove index.js.flow (8c9ef50)
  • template.json: add and commit changed files after pollinating (e61281f)
  • template.json: remove --squash (4ec765b)
  • template.json: run git commands from proj directory (b31c4cc)

Features

  • pollinate: add pollinate templates (be0fafa)
  • pollinate: merge template fields into package.json (5456a20)
  • initial commit (25188ba)