Releases: Meteor-Community-Packages/meteor-roles
Releases · Meteor-Community-Packages/meteor-roles
v4.0.0
- BREAKING: Synchronous functions are now available only on client side
- BREAKING: Migration functions for past versions are no longer available
- Removed deprecated publication of legacy role assignments
- UI Helpers now use
console.debug
for debugging messages RolesCollection
andRoleAssignmentsCollection
can now be exported in addition to being accessed viaMeteor.roles
andMeteor.roleAssignment
- Support for Meteor 3
What's Changed
- build(deps): bump express from 4.18.2 to 4.19.2 in /testapp by @dependabot in #392
- Add missing ddp dependency by @StorytellerCZ in #394
- Export collections for direct access by @StorytellerCZ in #344
- Version 4 by @StorytellerCZ in #379
- build(deps): bump ws and puppeteer in /testapp3 by @dependabot in #405
Full Changelog: v3.6.2...v4.0.0
v3.6.3
What's Changed
- build(deps): bump express from 4.18.2 to 4.19.2 in /testapp by @dependabot in #392
- Add missing ddp dependency by @StorytellerCZ in #394
- Updated Blaze weak dependency to v2.9 by @StorytellerCZ
Full Changelog: v3.6.2...v3.6.3
v3.6.2
What's Changed
- Fixed TypeScript definition to play nice with Meteor definition by @bruceborrett in #389
New Contributors
- @bruceborrett made their first contribution in #389
Full Changelog: v3.6.1...v3.6.2
v3.6.1
What's Changed
- build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 in /testapp by @dependabot in #384
- Types for async functions by @StorytellerCZ in #386
- Update CI & tests deps by @StorytellerCZ in #387
Full Changelog: v3.6.0...v3.6.1
v3.6.0
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #372
- Add complete testsuite by @jankapunkt in #375
- fixing tests by @bratelefant in #380
- Updated readme, contributing, security and issue templates by @timsun28 in #381
- Update TS definitions by @StorytellerCZ in #383
- Async by @StorytellerCZ in #378 and @bratelefant in #361
New Contributors
Full Changelog: v3.5.1...v3.6.0
v3.5.1
v3.5.0
Highlights
- Bump
blaze
weak dependency to v2.7.1 - Bring types to the core and update them #365 @storytellercz
- If you use Meteor 2.8+ indexes are now created using the new async method #366 @storytellercz
All PRs
- Bump express from 4.17.1 to 4.18.2 by @dependabot in #356
- feature(ci): add comment issue workflow by @jankapunkt in #355
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #357
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #358
- Bump minimist and mkdirp by @dependabot in #359
- Bump tough-cookie from 3.0.1 to 4.1.3 by @dependabot in #367
- Types by @StorytellerCZ in #365
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #368
- Async indexes creation by @StorytellerCZ in #366
New Contributors
- @jankapunkt made their first contribution in #355
Full Changelog: v3.4.0...v3.5.0
v3.4.0
- Use
createIndex
when available to remove warnings in Meteor 2.4+
v2.2.0
- Make compatible both with v1.9 and v2 of
accounts-base
- Raised
versionsFrom
to Meteor v1.9 - Blaze updated to v2.5
v1.3.0
- Make compatible both with v1.9 and v2 of
accounts-base
- Raised
versionsFrom
to Meteor v1.9 - Blaze updated to v2.5