Releases: its-laika/NanoBlog
Releases · its-laika/NanoBlog
v0.2.0
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
v0.0.14 feat: Added post template + version bump
New endpoints
- /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
This version contains some refactoring and NuGet updates. No new features, no breaking changes.
Better pagination urls
- Use folder based pagination urls (e.g. /archive/1) instead of indexed files
- Reworked export logic and FileStorages
Pagination
v0.0.5 chore: Updated configs and README
Small updates
- Allow SVG assets
- Added Swagger API documentation
- Streamlined code
Alpha release
NanoBlog should be somewhat functional now, although still not ready for production.