Skip to content

Releases: rust-sailfish/sailfish

v0.9.0

08 Oct 19:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

09 Oct 19:25
Compare
Choose a tag to compare

What's Changed

  • Use timestamps for change detection by @nwtnni in #135

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

28 Jul 14:42
Compare
Choose a tag to compare

What's Changed

  • Update CHANGELOG.md for 0.7.0 release by @w-flo in #126
  • Cache templates compiled by proc-macro by @w-flo in #125

Full Changelog: v0.7.0...v0.8.0

Breaking Change To Permit An Option To Allow Less Dependencies

22 Jun 19:26
Compare
Choose a tag to compare

What's Changed

  • [Breaking] Add config feature for sailfish crate by @w-flo in #124

New Contributors

Full Changelog: v0.6.1...v0.7.0

Latest Release!

13 Apr 18:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.1

Latest Release!

24 Jan 21:48
Compare
Choose a tag to compare

What's Changed

  • Latest change fixes documentation files. by @vthg2themax in #103
  • build(deps): bump smallvec from 1.4.1 to 1.8.0 in /examples by @dependabot in #97
  • build(deps): bump futures-task from 0.3.5 to 0.3.21 in /examples by @dependabot in #96
  • build(deps): bump futures-util from 0.3.5 to 0.3.21 in /examples by @dependabot in #95
  • build(deps): bump arc-swap from 0.4.7 to 0.4.8 in /examples by @dependabot in #94
  • build(deps): bump thread_local from 1.0.1 to 1.1.4 in /examples by @dependabot in #106
  • build(deps): bump socket2 from 0.3.12 to 0.3.19 in /examples by @dependabot in #89
  • build(deps): bump actix-service from 1.0.5 to 1.0.6 in /examples by @dependabot in #90
  • build(deps): bump miow from 0.2.1 to 0.2.2 in /examples by @dependabot in #92
  • build(deps): bump lock_api from 0.4.1 to 0.4.6 in /examples by @dependabot in #107
  • build(deps): bump net2 from 0.2.34 to 0.2.38 in /examples by @dependabot in #108
  • Shorthand syntax for rendering a TemplateOnce within another template by @djarb in #104

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

30 Nov 02:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.5.0

Version 0.3.4

13 Feb 01:17
Compare
Choose a tag to compare

Fix

  • Update some dependencies

Version 0.3.3

13 Feb 01:03
Compare
Choose a tag to compare

Fix

  • Improve error message for missing semicolon in code blocks

Version 0.3.2

29 Mar 00:15
Compare
Choose a tag to compare

Fix

  • Avoid stable/nightly mismatch error caused by proc-macro2 crate