-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Untie from `templating` package, now package can be used with React.js, Vue.js, and other JS front-end frameworks - Add `.addl10n()` method, allowing dynamic l10n loading and exact code splitting - Dependencies update - Compatibility with `meteor@1.6.1.1` - Overall codebase enhancements
- Loading branch information
1 parent
69643b6
commit eb218d3
Showing
4 changed files
with
159 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,21 @@ | ||
babel-compiler@6.24.7 | ||
babel-runtime@1.1.1 | ||
babel-compiler@7.0.7 | ||
babel-runtime@1.2.0 | ||
base64@1.0.10 | ||
blaze@2.1.8 | ||
blaze-tools@1.0.10 | ||
caching-compiler@1.1.9 | ||
caching-html-compiler@1.0.6 | ||
check@1.2.5 | ||
deps@1.0.12 | ||
diff-sequence@1.0.7 | ||
ecmascript@0.9.0 | ||
check@1.3.0 | ||
dynamic-import@0.3.0 | ||
ecmascript@0.10.6 | ||
ecmascript-runtime@0.5.0 | ||
ecmascript-runtime-client@0.5.0 | ||
ecmascript-runtime-client@0.6.0 | ||
ecmascript-runtime-server@0.5.0 | ||
ejson@1.1.0 | ||
html-tools@1.0.11 | ||
htmljs@1.0.11 | ||
id-map@1.0.9 | ||
jquery@1.11.10 | ||
meteor@1.8.0 | ||
modules@0.11.0 | ||
modules-runtime@0.9.0 | ||
mongo-id@1.0.6 | ||
observe-sequence@1.0.16 | ||
http@1.4.1 | ||
meteor@1.8.2 | ||
modules@0.11.3 | ||
modules-runtime@0.9.1 | ||
ostrio:cstorage@2.2.1 | ||
ostrio:i18n@3.0.3 | ||
promise@0.10.0 | ||
random@1.0.10 | ||
ostrio:i18n@3.1.0 | ||
promise@0.10.1 | ||
reactive-var@1.0.11 | ||
spacebars@1.0.12 | ||
spacebars-compiler@1.1.0 | ||
templating@1.2.13 | ||
templating-tools@1.1.1 | ||
tracker@1.1.3 | ||
underscore@1.0.10 | ||
url@1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.