Skip to content

Releases: its-laika/NanoBlog

v0.2.0

23 Oct 17:56
v0.2.0
f9c4c7a
Compare
Choose a tag to compare

What's Changed

  • chore: bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 in the dependencies group by @dependabot in #48
  • chore: bump FluentAssertions from 6.12.0 to 6.12.1 in the dependencies group by @dependabot in #49
  • chore: bump xunit from 2.9.0 to 2.9.1 in the dependencies group by @dependabot in #50
  • chore: bump xunit from 2.9.1 to 2.9.2 in the dependencies group by @dependabot in #51

Full Changelog: v0.0.14...v0.2.0

Post template endpoints added

26 Aug 14:38
Compare
Choose a tag to compare
v0.0.14

feat: Added post template + version bump

New endpoints

25 Mar 15:27
Compare
Choose a tag to compare
  • /post/excerpts results in a list of every post with name and an excerpt of its content (default: 50 chars)
  • /post/index/:n returns the n'th post. Allows negative values to get the n'th last post

Bump version

13 Oct 19:39
d1a79a0
Compare
Choose a tag to compare

This version contains some refactoring and NuGet updates. No new features, no breaking changes.

Better pagination urls

19 May 17:35
Compare
Choose a tag to compare
  • Use folder based pagination urls (e.g. /archive/1) instead of indexed files
  • Reworked export logic and FileStorages

Pagination

13 May 18:09
Compare
Choose a tag to compare
v0.0.5

chore: Updated configs and README

Small updates

23 Apr 16:48
7891694
Compare
Choose a tag to compare
  • Allow SVG assets
  • Added Swagger API documentation
  • Streamlined code

Alpha release

26 Dec 18:24
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

NanoBlog should be somewhat functional now, although still not ready for production.