Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message bundle validation removal #15

Merged
merged 2 commits into from
Jun 7, 2013
Merged

Conversation

neocotic
Copy link
Owner

@neocotic neocotic commented Jun 7, 2013

Message bundle validation has been removed entirely (along with the validate option) and optimization has been simplified:

  • Message bundles are no longer optimized when loaded via the now-removed optimize option
  • int17.optimize(messages) can be used by build systems to remove meta data (i.e. descriptions and examples)
  • int17.parse(contents) can be used to build message bundles from strings (simply masks call to JSON.parse)
  • Placeholder lookups can be optimized by disabled the ignoreCase option (enabled by default)

@ghost ghost assigned neocotic Jun 7, 2013
neocotic added a commit that referenced this pull request Jun 7, 2013
@neocotic neocotic merged commit 1027613 into wip-0.3.0 Jun 7, 2013
@neocotic neocotic deleted the remove-validate-optimize branch June 7, 2013 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant