Skip to content

Releases: ipfs/aegir

v14.0.0

31 May 10:00
46ba716
Compare
Choose a tag to compare

Breaking changes

Bug Fixes

  • append random number to coverage reports (139ad19)
  • restores previous behaviour for loading browser fixtures (34cea98), closes #235

Features

  • allow loading resources from hoisted dependencies (0d47028)
  • enforce package.json dependency version guidelines (47a0080)

Performance Improvements

  • cli: Inline requires in CLI inclusions (0a2ec35)

v13.1.0

24 Apr 09:07
Compare
Choose a tag to compare

Features

  • enable uglify mangle and compress (8d323b7)

v13.0.7

16 Apr 21:01
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • don't show warning if test/browser.js doesn't exist (4785bce), closes #204

Features

  • add inline-source-map for webpack (1ff41e5)

v13.0.6

08 Mar 10:32
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • make a single webpack bundle (f1e2850)

v13.0.5

19 Feb 11:57
Compare
Choose a tag to compare
chore: release version v13.0.5

v13.0.4

19 Feb 11:55
Compare
Choose a tag to compare
chore: release version v13.0.4

v13.0.3

19 Feb 11:53
Compare
Choose a tag to compare
chore: release version v13.0.3

v13.0.1

19 Feb 07:07
Compare
Choose a tag to compare

Bug Fixes

  • add a more descriptive error (1174cd8)
  • throw an error if fixture is not found (a8907b9)

v13.0.0

12 Feb 15:21
Compare
Choose a tag to compare

Features

  • (BREAKING CHANGE) allow to load fixtures from paths other than ./test (#196) (66d9950)

v12.4.0

24 Jan 00:20
Compare
Choose a tag to compare

Features

  • run pre-push targets if there are any (858c1fd), closes #188