Releases: Freedombase/meteor-legal-management
Releases · Freedombase/meteor-legal-management
v2.0.1
Added option to depend on the latest v2 of aldeed:simple-schema
as well as v1.13.1 @StorytellerCZ
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #16
- Bump mongodb from 4.16.0 to 4.17.1 by @dependabot in #17
- Bump @babel/traverse from 7.8.6 to 7.23.2 by @dependabot in #18
- Minimum Meteor version is now
2.8.1
, compatible withv3.0
- All collection calls have been migrated to async
-*Removedaldeed:schema-index
as its functionality has been replaced by Meteor defaultcreateIndexAsync
method. - Added
aldeed:simple-schema
- Upgraded
aldeed:collection2
tov4.0.3
- Upgraded
aldeed:schema-deny
tov4.0.1
- Replace eslint with Biome @StorytellerCZ
Full Changelog: v1.8.2...v2.0.0
v1.8.2
- Update
zodern:types
to v1.0.11 - Added Meteor
3.0-beta.0
as a supported target to make it easy to perform the initial upgrade, functionality wise it is not yet supported.
Full Changelog: v1.8.1...v1.8.2
v1.8.1
- Make
createdAt
optional in type for proper insert type @StorytellerCZ
Full Changelog: v1.8.0...v1.8.1
v1.8.0 - 2023-05-13
What's Changed
-
Added
zodern:types
@StorytellerCZ -
Exported types into
legal.d.ts
@StorytellerCZ -
Updated dev dependencies @StorytellerCZ
-
Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #11
-
Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #12
-
Bump async from 3.2.0 to 3.2.4 by @dependabot in #13
-
Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #14
-
Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #15
Full Changelog: v1.7.1...v1.8.0
v1.7.1 - 2022-01-13
Changes
- Updated
@types/meteor
to v2.0.2
Fixes
- Ensure that when calling
freedombase:legal.agreements.agreeBy
that user agrees to the current legal document
v1.7.0 - 2021-12-11
Fixes
- Fix a bug in method
freedombase:legal.addTranslation
New feature
- New publication
freedombase:legal.getDocument
v1.6.1 - 2021-12-10
Fixes
- Fix bug where hooks were not exposed
v1.6.0 - 2021-11-15
Fixes
- Fix schema for agreements
Changes
- Bumped minimum Meteor version to 2.3
New features
- Added hooks to agreements methods
- Added
canAddLegalHook
to check if a user is allowed to add a legal document
v1.5.0 - 2021-10-27
Fixes
- Fixed schema where it would only accept object when in documentation it could accept both object and string.
Changes
- Rewrote code into Typescript
Updates
- Updated dev dependencies to the latest versions
- Updated
aldeed:collection2
to v3.5.0