Skip to content

Releases: Freedombase/meteor-legal-management

v2.0.1

16 Jul 11:18
30c4025
Compare
Choose a tag to compare

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

16 Jul 11:17
babe1b0
Compare
Choose a tag to compare

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 with v3.0
  • All collection calls have been migrated to async
    -*Removed aldeed:schema-index as its functionality has been replaced by Meteor default createIndexAsync method.
  • Added aldeed:simple-schema
  • Upgraded aldeed:collection2 to v4.0.3
  • Upgraded aldeed:schema-deny to v4.0.1
  • Replace eslint with Biome @StorytellerCZ

Full Changelog: v1.8.2...v2.0.0

v1.8.2

30 Dec 14:32
9fd6341
Compare
Choose a tag to compare
  • 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

24 May 07:44
5f2fa00
Compare
Choose a tag to compare
  • Make createdAt optional in type for proper insert type @StorytellerCZ

Full Changelog: v1.8.0...v1.8.1

v1.8.0 - 2023-05-13

13 May 21:23
2e45118
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

v1.7.1 - 2022-01-13

13 Jan 09:52
072204e
Compare
Choose a tag to compare

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

11 Dec 10:19
Compare
Choose a tag to compare

Fixes

  • Fix a bug in method freedombase:legal.addTranslation

New feature

  • New publication freedombase:legal.getDocument

v1.6.1 - 2021-12-10

10 Dec 09:24
Compare
Choose a tag to compare

Fixes

  • Fix bug where hooks were not exposed

v1.6.0 - 2021-11-15

15 Nov 18:49
Compare
Choose a tag to compare

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

27 Oct 18:21
56e2bb4
Compare
Choose a tag to compare

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