Releases: Freedombase/meteor-flashnews
Releases · Freedombase/meteor-flashnews
v0.6.0
Breaking changes
- Removed
aldeed:schema-index
as its functionality has been replaced by Meteor defaultcreateIndexAsync
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
Breaking changes
- Removed
onlyDisplayIn
as these values can be taken fromcontent
and what languages are defined there. As such all the methods, hooks, etc. have this property removed.
v0.4.1 - 2022-05-03
New features
FlashNewsType
is now exported on server as well
Fixes
- Fix type definition
v0.4.0 - 2021-12-18
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
New features
- Added JSDocs to more functions for better documentation
- Updated README with documentation
Fixes
- Copied
onlyDisplayOn
logic tofreedombase:flashnews-getFor
subscription
v0.3.0 - 2021-11-25
Fixes
- Fix a switched
$gte
and$lte
incurrentFlashNewsSelector
New features
- Added
onlyDisplayIn
andonlyDisplayOn
to the schema and updated thegetContent
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
tofreedombase:flashnews-create
that existed previously, but now supplementsonlyDisplayIn
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
Breaking changes & New features
- Added option to make news localized
- Now includes
socialize:base-model
v0.1.0 - 2021-11-19
- Initial testing release