Skip to content

Releases: Freedombase/meteor-flashnews

v0.6.0

30 Dec 14:33
be5496d
Compare
Choose a tag to compare

Breaking changes

  • Removed aldeed:schema-index as its functionality has been replaced by Meteor default createIndexAsync method.
  • Minimum Meteor version is now 2.8.1
  • Added version range for Meteor 3.0-beta.0

New features

  • Added more granular index creation to account for the default publications and methods.

Full Changelog: v0.5.2...v0.6.0

## v0.5 - 2022-05-04

04 May 07:45
Compare
Choose a tag to compare

Breaking changes

  • Removed onlyDisplayIn as these values can be taken from content and what languages are defined there. As such all the methods, hooks, etc. have this property removed.

v0.4.1 - 2022-05-03

04 May 07:44
Compare
Choose a tag to compare

New features

  • FlashNewsType is now exported on server as well

Fixes

  • Fix type definition

v0.4.0 - 2021-12-18

18 Dec 18:12
Compare
Choose a tag to compare

Fixes

  • Fixed typo in error

New features

  • Moved tests into their own testing app and re-structured the repository for this
  • GitHub Actions for running test has been added

v0.3.1 - 2021-12-01

01 Dec 09:16
Compare
Choose a tag to compare
v0.3.1 - 2021-12-01 Pre-release
Pre-release

New features

  • Added JSDocs to more functions for better documentation
  • Updated README with documentation

Fixes

  • Copied onlyDisplayOn logic to freedombase:flashnews-getFor subscription

v0.3.0 - 2021-11-25

25 Nov 17:27
Compare
Choose a tag to compare
v0.3.0 - 2021-11-25 Pre-release
Pre-release

Fixes

  • Fix a switched $gte and $lte in currentFlashNewsSelector

New features

  • Added onlyDisplayIn and onlyDisplayOn to the schema and updated the getContent method on document and publications to allow showing flashnews only in designated language or for a particular language. These are arrays to allow for multiple languages to be specified.
  • Added defaultLanguage to freedombase:flashnews-create that existed previously, but now supplements onlyDisplayIn when the display language does not equals any of the defined languages by showing content in the default language.
  • Added some initial tests

v0.2.0 - 2021-11-23

23 Nov 09:54
Compare
Choose a tag to compare
v0.2.0 - 2021-11-23 Pre-release
Pre-release

Breaking changes & New features

  • Added option to make news localized
  • Now includes socialize:base-model

v0.1.0 - 2021-11-19

23 Nov 09:53
Compare
Choose a tag to compare
v0.1.0 - 2021-11-19 Pre-release
Pre-release
  • Initial testing release