Skip to content

Releases: Astrotomic/stancy

0.6.0

15 Nov 08:31
Compare
Choose a tag to compare

Added

  • \Astrotomic\Stancy\Models\Page::__get() method to access \Astrotomic\Stancy\Models\PageData properties

Changed

  • spatie/laravel-feed:^2.6 is now used which changed the \Spatie\Feed\Feed class signature
  • \Astrotomic\Stancy\Contracts\FeedFactory::makeFromSheetCollectionName() return type changed from array to \Illuminate\Support\Collection
  • \Astrotomic\Stancy\Traits\PageHasOrder::$order allows float now

v0.5.1

29 Oct 13:18
Compare
Choose a tag to compare

Changed

v0.5.0

22 Oct 11:50
Compare
Choose a tag to compare

Added

  • \Astrotomic\Stancy\Commands\MakePageCommand

Changed

  • \Astrotomic\Stancy\StancyServiceProvider is not deferred anymore

v0.4.0

15 Oct 11:12
Compare
Choose a tag to compare

Added

  • ExportFactory which integrates spatie/laravel-export
    • \Astrotomic\Stancy\Contracts\ExportFactory
    • \Astrotomic\Stancy\Facades\ExportFactory
    • \Astrotomic\Stancy\Factories\ExportFactory
  • \Astrotomic\Stancy\Models\Page::getUrl() method which depends on \Astrotomic\Stancy\Contracts\Routable interface

v0.3.0

14 Oct 10:59
Compare
Choose a tag to compare

Added

  • \Astrotomic\Stancy\Models\Page uses \Illuminate\Support\Traits\Macroable to allow extensions

Changed

  • \Astrotomic\Stancy\StancyServiceProvider is now deferred

Removed

  • unused package configuration

v0.2.0

11 Oct 14:45
Compare
Choose a tag to compare

Added

  • \Astrotomic\Stancy\Factories\SitemapFactory::makeFromSheetList() which allows to load multiple collections and/or single sheets

Removed

  • \Astrotomic\Stancy\Factories\SitemapFactory::makeFromSheetCollection()
  • \Astrotomic\Stancy\Factories\FeedFactory::makeFromSheetCollection()

v0.1.0

07 Oct 15:13
Compare
Choose a tag to compare

Added

  • First release - until v1.0.0 kind of proof of concept