Skip to content

1.3.2

Compare
Choose a tag to compare
@csnover csnover released this 25 Nov 06:01
· 1188 commits to master since this release

Release overview

  • Bug fixes

Bug fixes

  • Relative loader baseUrl properties should now be correctly handled by the code instrumentation and proxy. (#108, #111)
  • The Grunt task was not able to execute properly due to changes in directory structure. This has been fixed. (#110)
  • Using RequireJS in the Node.js client is possible once again. (#115)

Install from npm

Regular edition
cd /my/project/root
npm install intern --save-dev
or Geezer edition
cd /my/project/root
npm install intern-geezer --save-dev

Download source