🚀
Stancy
  • Introduction
  • Issues
  • Changelog
  • Installation
  • Getting started
  • Basics
    • Content
    • PageData
    • Make Page Command
  • Advanced
    • Feed Atom/RSS
    • Sitemap
    • static export
  • Webserver
    • 🚧nginx
    • 🚧caddy
  • Services
    • GitHub Actions
    • 🚧GitHub Pages
    • Netlify
    • 🚧sitesauce
    • 🚧forestry
Powered by GitBook
On this page
  • Unreleased
  • v0.6.0 - 2019-11-15
  • Added
  • Changed
  • v0.5.1 - 2019-10-29
  • Changed
  • v0.5.0 - 2019-10-22
  • Added
  • Changed
  • v0.4.0 - 2019-10-15
  • Added
  • v0.3.0 - 2019-10-14
  • Added
  • Changed
  • Removed
  • v0.2.0 - 2019-10-11
  • Added
  • Removed
  • v0.1.0 - 2019-10-07
  • Added

Was this helpful?

Changelog

PreviousIssuesNextInstallation

Last updated 4 years ago

Was this helpful?

All notable changes to this package will be documented in this file. The format is based on .

- 2019-11-15

Added

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

Changed

  • 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

- 2019-10-29

Changed

  • is now used which fixes the export path of static files with an extension - like sitemap.xml

Added

  • \Astrotomic\Stancy\Commands\MakePageCommand

Changed

  • \Astrotomic\Stancy\StancyServiceProvider is not deferred anymore

Added

    • \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

Added

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

Changed

  • \Astrotomic\Stancy\StancyServiceProvider is now deferred

Removed

  • unused package configuration

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()

Added

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

- 2019-10-22

- 2019-10-15

ExportFactory which integrates

- 2019-10-14

- 2019-10-11

- 2019-10-07

Keep a Changelog
Unreleased
v0.6.0
spatie/laravel-feed:^2.6
v0.5.1
spatie/laravel-export:^0.2.2
v0.5.0
v0.4.0
spatie/laravel-export
v0.3.0
v0.2.0
v0.1.0