mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
614 B
614 B
0.4.0
Breaking Changes
Applications that explicitly use /main/{languageId}
to traverse main items need to update it to /main/{bundle}
. Applications that use the .main()
method need to take no action.
This change improves how cldrjs performs lookup for the right bundle when traversing main items. See more information at Bundle Lookup Matcher.