Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: loopwerk/Saga

3.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:22
f46c390

New Features

  • Add itemTitle parameter to atomFeed for per-entry title policy (#53 by deverman)

3.4.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:16
658bdb5

Bugfixes

  • Prevent crashing with multiple changes in succession to same file (#52 by deverman)

3.4.1

Choose a tag to compare

@github-actions github-actions released this 13 May 13:29
5f78c45

Documentation Changes

  • Improve Getting Started documentation

3.4.0

Choose a tag to compare

@github-actions github-actions released this 01 May 12:09
4f031df

New Features

  • Simplified the API by deprecating register {}, which is functionally replaced by afterWrite {}

3.3.2

Choose a tag to compare

@github-actions github-actions released this 09 Apr 21:33
9997548

Documentation Changes

  • Improve docs and guides

3.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 15:19
f1d1e1f

Bugfixes

  • Fix nested pipelines on incremental rebuilds

Documentation Changes

  • Improved example app: the photos are now shown with EXIF data thanks to SagaImageReader 1.2.0

3.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 11:24
9af2409

New Features

  • Renamed ignore to ignoreChanges, to remove ambiguity

3.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 00:02
89e25c3

New Features

  • Add a buildReason property to Saga
    This allows you to only do certain work when certain files have changed. For example, only run SwiftTailwind when css or template files were changed.

Documentation Changes

  • Link to GetSaga.dev for a complete overview of all available plugins
    It's too difficult to maintain this list in multiple places.

3.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 18:42
4468c7d

New Features

  • Add a new DictRenderingContext protocol, for use with renderers that expect to use a dictionary instead of a struct

Documentation Changes

  • Improve docstrings by linking to guides
  • Add Syntax Highlighting guide

3.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 13:51
13ed928

New Features

  • Support for incremental builds! Instead of saga dev always starting a brand new build on every file change, Saga is now kept alive and just reruns the pipeline, while caching the entire read step. This relies on saga-cli version 2.
  • Remove deprecated code
  • Support for localization (i18n) (#50 by kevinrenskers)

Documentation Changes

  • Add a new "Custom Feed Formats" guide
  • Add a feature comparison to the readme

BREAKING CHANGES

  • CLI flags --input, --output and --ignore removed
  • Pre/post pipeline code must move to beforeRead and afterWrite hooks

Please check the migration guide for more information.