Skip to content

Releases: ipfs/aegir

v12.1.1

25 Oct 19:23
Compare
Choose a tag to compare

Bug Fixes

  • add exit option back to fix buggy tests (819dacb)

v12.1.0

22 Oct 19:17
Compare
Choose a tag to compare

Bug Fixes

  • use os independent test execution (2e1639c)
  • use windows compatible findup module (a91119c)

v12.0.8

16 Sep 22:16
Compare
Choose a tag to compare
chore: release version v12.0.8

v12.0.6

05 Sep 13:17
Compare
Choose a tag to compare

Bug Fixes

  • release: do not overwrite changelog (58677a4)

v12.0.5

05 Sep 12:59
Compare
Choose a tag to compare

Bug Fixes

v12.0.4

05 Sep 10:51
Compare
Choose a tag to compare

Features

  • coverage: add ignore option (4811444)

v12.0.3

04 Sep 16:25
Compare
Choose a tag to compare

Bug Fixes

  • build: correct browser builds (e9ceb97)
  • test: add <rootDir> to src to ignore patterns for jest (0e1bb1e)

v12.0.2

04 Sep 10:58
Compare
Choose a tag to compare

Bug Fixes

  • coverage: handle hooks properly (ec15fde)

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)