Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

v4.0.0

Choose a tag to compare

@edx-semantic-release edx-semantic-release released this 01 Oct 21:40
· 20 commits to master since this release
d52e69a

4.0.0 (2019-10-01)

Features

  • replacing requireConfig with ensureConfig (#32) (d52e69a)

BREAKING CHANGES

  • requireConfig has been removed. It has been replaced with ensureConfig, which will throw an exception after APP_CONFIG_LOADED if the specified properties don’t exist. requireConfig was not useful for requiring custom configuration because there was no guarantee it would run late enough to see the config.

Also adding tests for getQueryParameters, and updating frontend-i18n.