Skip to content

Releases: sebastian-software/prepublish

Release 2.2.0

18 Sep 20:34
Compare
Choose a tag to compare

Release 2.1.2

10 Aug 08:11
Compare
Choose a tag to compare
  • Updated deps e.g. Babel v7 RC (b3a0464)
  • Better dealing for absolute path on Windows (ce6eed4)
  • Try debugging external issue in appveyor. (97b4fc4)

Release 2.1.1

31 Jul 07:08
Compare
Choose a tag to compare
  • Using babel/node instead of esm as we use non Node v6 features in our source code right now. (2f699e5)
  • Cleanup (19beb44)

Release 2.1.0

31 Jul 06:53
Compare
Choose a tag to compare
  • Let NodeJS version be automatically figured out by using the engines-config in package.json (b842daa)
  • Simplified babel config (f26ae03)
  • Let prepublish publish itself instead of having another rollup config + improved and simplified external handling. (752c819)
  • Updated babel preset (4342be2)
  • Reduce package deploy size (759eec2)

Release 2.0.0

30 Jul 14:48
Compare
Choose a tag to compare
  • fine tuning config (abde5ff)
  • Using explicit node command to workaround issues on Windows (8cd6306)
  • Updated CI configs (13e318f)
  • Updated readme (477452b)
  • Cleanup (6f37a06)
  • Keep debug code in files - this is important during development. Wondering how to select production versions though later on. Maybe via some wrapper. Wondering how React is doing this. (dde2c87)
  • Removed unused file (c0d933b)
  • Removed buble support + transpile local binary with babel as well. Fine tuning for that config to correctly target output platform. (46a2ca9)
  • Removed buble support (1ae81be)
  • Some babel cleanups + internals renaming to more common short names for output formats. (434391d)
  • Adjusted position of rebase plugin to execute first. (491d0ec)
  • Fixed for signature changes in rebase plugin. (de9d710)
  • Fixed a few babel v7 related dep issues. (2ef75f8)
  • Updated deps (160b839)

Release 1.7.0

24 Apr 13:24
Compare
Choose a tag to compare

Release 1.6.3

15 Feb 21:11
Compare
Choose a tag to compare
  • Automatic code formatting (27bc020)
  • Switched over to eslint-config-readable for linting (4c6c4a3)
  • Updated all deps + Major cleanup of old deps (9cbd317)
  • Updated logo (2101849)

Release 1.6.2

01 Feb 21:08
Compare
Choose a tag to compare

Release 1.6.1

01 Feb 09:51
Compare
Choose a tag to compare

Release 1.6.0

26 Jan 18:37
Compare
Choose a tag to compare
  • Added missing release-it tool (56cba5d)
  • Updated deps (957a93d)
  • Renamed targetUnstable to targetModern as Node v8 is now LTS. (2ed118c)
  • Added support for cli.js entry point. (456fc7e)
  • Updated copyright (6bc133e)
  • Updated config for new rollup (6870752)
  • Updated deps (9155ec0)