Changelog
All notable changes to this package will be documented in this file. The format is based on Keep a Changelog.
v0.6.0 - 2019-11-15
Added
\Astrotomic\Stancy\Models\Page::__get()method to access\Astrotomic\Stancy\Models\PageDataproperties
Changed
spatie/laravel-feed:^2.6 is now used which changed the
\Spatie\Feed\Feedclass signature\Astrotomic\Stancy\Contracts\FeedFactory::makeFromSheetCollectionName()return type changed fromarrayto\Illuminate\Support\Collection\Astrotomic\Stancy\Traits\PageHasOrder::$orderallowsfloatnow
v0.5.1 - 2019-10-29
Changed
spatie/laravel-export:^0.2.2 is now used which fixes the export path of static files with an extension - like
sitemap.xml
v0.5.0 - 2019-10-22
Added
\Astrotomic\Stancy\Commands\MakePageCommand
Changed
\Astrotomic\Stancy\StancyServiceProvideris not deferred anymore
v0.4.0 - 2019-10-15
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\Routableinterface
v0.3.0 - 2019-10-14
Added
\Astrotomic\Stancy\Models\Pageuses\Illuminate\Support\Traits\Macroableto allow extensions
Changed
\Astrotomic\Stancy\StancyServiceProvideris now deferred
Removed
unused package configuration
v0.2.0 - 2019-10-11
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 - 2019-10-07
Added
First release - until v1.0.0 kind of proof of concept
Last updated
Was this helpful?