Skip to content

Latest commit

 

History

History
260 lines (189 loc) · 7.8 KB

CHANGELOG.md

File metadata and controls

260 lines (189 loc) · 7.8 KB

Changelog

v1.0.1

compare changes

🚀 Enhancements

🩹 Fixes

  • Incorrect type import for new bundler (cb87529)

🏡 Chore

  • Indicate compatibility with new v4 major (f6700f8)
  • Update to latest @nuxt/module-builder (3031107)
  • docs: Nuxi module add as way to install package (f7d8e25)

❤️ Contributors

v1.0.0

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v0.1.5

compare changes

🚀 Enhancements

  • Removed feedme module declaration (1e4081e)
  • Merge pull request #5 from helltraitor/fix/no-virtual-feedme (#5)

🩹 Fixes

  • Virtual module feedme no longer used (9600148)
  • Virtual feedme module no longer used (3a4cb50)
  • Feedme file no longer creates (361c51e)
  • Removed types reference (3880ce3)
  • Minor grammar for readme (6d1e5f0)
  • Incorrect item usage (81d1458)

🏡 Chore

  • release: V0.1.5 (bb97a06)

❤️ Contributors

v0.1.4

compare changes

🩹 Fixes

  • Incorrect type name (95f69c1)
  • ⚠️ Removed file-url package (7535a7b)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Removed file-url package (7535a7b)

❤️ Contributors

v0.1.3

compare changes

🚀 Enhancements

  • Package keywords (59e1dd8)
  • Extra example (a26ec4e)

🩹 Fixes

  • Updated README.md links (28105bf)

🏡 Chore

  • release: V0.1.3 (f9ebbfb)

❤️ Contributors

v0.1.2

compare changes

🚀 Enhancements

  • Package version now comes from json (70566b2)

🩹 Fixes

  • Removed unused imports (58c7837)
  • Changelogen temporary removed (3ba58d7)
  • Invalid url on linux machine (51b20f3)

🏡 Chore

  • release: V0.1.2 (21841db)

❤️ Contributors

v0.1.0

🚀 Enhancements

  • Added eslint rules (3e0faae)
  • Added types shim (1e8ddfc)
  • Added #feedme module declaration (e0eff7f)
  • Added feedme handler (0766028)
  • Added basic module implementation (6ec86a3)
  • Added extra meta for module (8611193)
  • Added nitropack (7e32395)
  • Added feed (59fd2d5)
  • Added nitropack hook (52e7ef4)
  • Added feed generation (5db9691)
  • Added basic feed generation (fa37f43)
  • Handler moved into runtime directory (3cf1db4)
  • Feed as explicitly dependency (7e4d436)
  • H3 as explicitly dependency (5da7ddd)
  • Moved out feedme module declaration (84f6683)
  • Moved out nitropack module declaration (d8bc994)
  • Added types references via prepare hooks (f1e6267)
  • Added title for handle hook (2fd678c)
  • Added @nuxt/content dependency (8a06602)
  • Added @nuxt/content to playground config (0f0c772)
  • Added feedme content types declarations (c468d1a)
  • Added basic nitro plugin (98d5244)
  • Specialized hooks (a5a3dcd)
  • Applied updates from main branch (874a8ef)
  • Make route string to be public (052cac8)
  • Added content type declarations (1e30dd5)
  • Handler functional moved into separated file (1eb6c0a)
  • Moved feedme handler into separated function (a3e837b)
  • Renamed persistent interface (8658613)
  • Added basic content implementation (d29fd99)
  • ⚠️ Updated content api (991bf74)
  • Simplified behavior condition (4356799)
  • ⚠️ Updated content options api (94cc6ac)
  • Merge content options helper (135bc0b)
  • ReplaceValueTags function (29b2647)
  • Update createFeedFrom function (b0c9b2a)
  • Updated feed content handler (6b58eb6)
  • ⚠️ Updated hooks api (d8d82da)
  • Update imports (427a0ca)
  • Update create item functions (ad7f3f1)
  • Updated handler according to new api (e2af2be)
  • ⚠️ Record replaced by arrray (e339ea4)
  • ⚠️ Removed match function as redundant (30715c1)
  • Added serialize-javascript module (ef191ef)
  • Improved tag replacement (6a7df36)
  • Improved typing (5af0790)
  • Template root (15008b3)
  • Little documentation (c17d8ad)
  • Hook using example for content (931faf3)
  • Mit license (639f22c)
  • Replace old readme (470643a)
  • Added metadata for content records (32f591b)
  • Mapping function note (2749440)
  • Removed outdated test (9134666)

🩹 Fixes

  • Replaced old metadata (f9b7b9d)
  • Eslint fix applied (b08f6d6)
  • playground: Replaced metadata (238232e)
  • Removed redundant plugin (7fdc50f)
  • ⚠️ Disabled module default export (590594d)
  • Added several valid variations (88c5c55)
  • Added 6 hours fallback when no time provided (901f8c8)
  • Removed redundant type import (dc0bd31)
  • ⚠️ Rollup internal error (bb4b241)
  • Added empty export (809a111)
  • ⚠️ Multiple call hook resolved (e052f2d)
  • Nitropack shim become feedme (26d1034)
  • Feedme interfaces names (d59a055)
  • Updated names (8236107)
  • Feedme can be undefined (1850cfb)
  • Feedme options now required for processing (6376adb)
  • Removed redundant null passes (ad307ef)
  • Removed redundant server plugin (1793121)
  • Removed dev log (909fa22)
  • Plain type when implicit (f621067)
  • Updated content usage on playground (2f6e23f)
  • Introduced FeedmeContentTag (55cadce)
  • Moved baseUrl (1bdeab1)
  • Merged fields set once (e87c884)
  • Removed interface (6bbfdfd)
  • Imports (cd304b5)
  • Item can have non string type (2394865)
  • ⚠️ Removed root key (40716f5)
  • Incorrect iteration over index (92ad5f0)
  • Incorrect selected field (c36e644)
  • Wrong type was returned (b557396)
  • More cases covered (d761538)
  • Redundant import (c3fea9c)
  • Redundant comments (e25cfbf)
  • Incorrect previous commit (5021bad)
  • Removed redundant comments (7ac5a75)
  • Removed empty line in doc (216ff09)
  • Case when string interpreted as object (1d61350)
  • Avoided warning on inlining external deps (9029a5d)
  • Unresolved module in rollup (28c60d0)
  • Replaced symbol (8a23323)
  • Unmapped date (e306a53)
  • Passed undefined value leads to invalid date (9f63dea)
  • Removed unused import (e7bfb4c)
  • Eslint disabled for md fiels (78105ba)

🏡 Chore

  • Initial commit (2b21004)

⚠️ Breaking Changes

  • ⚠️ Updated content api (991bf74)
  • ⚠️ Updated content options api (94cc6ac)
  • ⚠️ Updated hooks api (d8d82da)
  • ⚠️ Record replaced by arrray (e339ea4)
  • ⚠️ Removed match function as redundant (30715c1)
  • ⚠️ Disabled module default export (590594d)
  • ⚠️ Rollup internal error (bb4b241)
  • ⚠️ Multiple call hook resolved (e052f2d)
  • ⚠️ Removed root key (40716f5)

❤️ Contributors