Skip to content

BladeRunnerJS 1.3.0

Compare
Choose a tag to compare
@andy-berry-dev andy-berry-dev released this 25 Nov 12:07
· 424 commits to master since this release

BladeRunnerJS v1.3.0

BladeRunnerJS v1.3.0 is a minor release containing a new command to check for missing i18n and bugfixes to the i18n library.

New I18n Command

The new check-i18n command will print to the console any i18n tokens which are being used by the app but do not appear in any translation files. It will also generate a CSV file containing all tokens, translations for each locale and whether they are being used in the application.

Fixed Bugs

  • Fixed a bug where apps with missing translations were not loading in IE8/9 due to window.console not being defined.


API Documentation

Travis Build Status for v1.3.0:   Build Status

Closed Issues

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

  • ensuring ie8 doesnt blow up on i18n warnings when console isnt open #1608
  • change i18n to the value to be formatted when not a string or empty #1605
  • Plugin to search for missing i18n tokens #1580

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

Found an Issue?

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