Skip to content

BladeRunnerJS 1.7.0

Compare
Choose a tag to compare
@brjs-ci brjs-ci released this 13 Jul 13:39
· 11 commits to master since this release

BladeRunnerJS v1.7.0

BladeRunnerJS v1.7.0 contains enhancements and minor bug fixes.

Bug Fixes

  • br.parsing.LocalisedAmountParser has been updated to use BigNumber to fix rounding errors when parsing some values.
  • br.util.Observable now uses typeof in place of intanceof to avoid errors when using some classes used by downstream projects.

Enhancements

  • The version of Jetty packaged with BRJS has been upgraded to 9.4.6. This version contains a fix to an issue which caused bad requires to throw ServletExceptions in the browser when using our dev server.
  • br.presenter.testing.PresentationModelFixture now has setPMMappings method to support editing Presenter Mappings in acceptance tests.
  • The version of Selenium packaged with BRJS has been upgraded to 3.4.0.

Backwards Compatability

  • Changes to br.util.Observable will mean that any observers which are primitives instantiated using new (e.g. new String) will fail the type check.

------------- ### API Documentation

Travis Build Status for v1.7.0:   Build Status

Closed Issues

The following issues labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport have been closed:

  • IllegalArgumentException when requiring non existent class #1786

5 issues closed; 1 labelled bug, feature, enhancement, experience, breaking-change, java-api, js-api or CaplinSupport from 1 milestones:
https://github.com/BladeRunnerJS/brjs/issues?milestone=67&state=closed

Found an Issue?

Parts of this release note have been auto-generated. If you notice any problems with it tell us