-
Use http package version based on your version of Meteor
-
Minor fixes through the codebase to modernize it a bit
- Upgraded the usage to deprecated APIs to use the current ones
- Use dependencies starting at Meteor v1.11
-
Fixes an issue in docsize_cache.js#19 where the data parameter can be either an Array or a Map, and a Map's size property is a number and not a function.
-
It makes so the APM can be disabled with a setting in Meteor.settings.packages['mdg:meteor-apm-agent'].isDisabled
- Fix log
[object Object]
issue. See meteor#10078.Thx @zodern.
-
Remove dependency on
meteorhacks:meteorx
. PR #7 -
Use the Meteor core
ecmascript
package. -
Update
api.versionFrom
to Meteor 1.7.
- Use
Object.create(null)
rather than object initializer notation when initializing objects to store metric data.
- Replace jQuery with HTTP package (thx @ gbhrdt & jehartzog)
- Initial MDG release.