Skip to content

Releases: ipfs/aegir

v12.0.1

30 Aug 10:45
Compare
Choose a tag to compare

Bug Fixes

  • coverage: fix overlapping aliases (0382f6d)

v12.0.0

25 Aug 12:33
Compare
Choose a tag to compare

Bug Fixes

  • gitignore: add all source files (61ee9f4)
  • correct jest version (2f47bb8)
  • improve package.json config (36d231d)
  • release: fix typo (ceae294)
  • release: missing pieces (471184f)
  • test: always use spec reporter in the browser (5f60764), closes #140
  • test: correct browser hooks (4a2c643)
  • test: handle various test states (adbfa41)
  • test: higher disconnect timeout for karma (0976088)
  • webpack: remove deprecated json-loader (b61e7be), closes #137

Features

  • browser: use uglify-es instead of uglify-js (668f3ac)
  • build: add filesizes to output (7a6f30c)
  • coverage: allow for multiple provider publish (a323017)
  • deps: update chalk and webpack (f37112c)
  • eslint: extract config into its own package (61ad82a)
  • lint: allow lint config via eslintrc (dce396c)
  • release: include docs generation (07d3554)
  • test: better interop and --files option (5468940)
  • add update-notifier (fd0a6d8)
  • better patch for this.timeout (d4b8c31)
  • coverage on travis (261c213)
  • implement hooks and fix some bugs (e0f716c)
  • make parallel and timeout customizable (4ae78ac)
  • reduce default timeout to 40s and enable it in node tests (489fbb3)
  • reduce timeout and monkeypatch this.timeout (13894a4)
  • support --files on coverage and release (9d58062)
  • webpack: include AEGIR_ prefixed env variables (a4adb59)
  • use different renderer on ci (c4a9924)
  • use jest beta version (bfe2ae2)

v11.0.2

16 May 17:43
Compare
Choose a tag to compare

Features

  • pick the right uglify-js by commit (75ad531)

v11.0.1

22 Mar 12:05
Compare
Choose a tag to compare

Bug Fixes

  • config: update webpack.js to be compatible with webpack@2.3.0 (e82ae5f)

v10.0.0

07 Feb 17:41
Compare
Choose a tag to compare

Features

  • test: enable tests in webworkers by default (233708c)

v9.4.0

27 Jan 10:55
Compare
Choose a tag to compare

Features

  • coverage: add codecov to coverage providers (8f06c99)
  • test: add support to run tests in web workers (0b7a851)
  • test: finish webworker test implementation (ea0a8b1)

v9.3.3

21 Jan 16:39
Compare
Choose a tag to compare

Bug Fixes

  • webpack: fix typo in browserify-zlib-next alias (44ee5a6)

v9.3.2

19 Jan 16:44
Compare
Choose a tag to compare

Features

  • deps: use new browserify-zlib-next package (68810c1)

v9.3.1

19 Jan 10:42
Compare
Choose a tag to compare

Bug Fixes

  • deps: add correct browserify-zlib dependency (78b8cbd)

v9.3.0

13 Dec 11:57
Compare
Choose a tag to compare

Bug Fixes

  • build: remove deprecated dedupe plugin (b4834ba)
  • lint: ignore nested node_modules dirs (f3ae7e6)

Features

  • deps: upgrade to the latest webpack beta.28 (bdd4079)
  • docs: add generic intro template (2d0fba0)