Releases: Astrotomic/stancy
Releases · Astrotomic/stancy
0.6.0
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 fromarray
to\Illuminate\Support\Collection
\Astrotomic\Stancy\Traits\PageHasOrder::$order
allowsfloat
now
v0.5.1
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
v0.4.0
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
v0.2.0
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()