npm @nuxt/content 2.0.1

latest releases: 2.13.2, 2.13.1, 2.13.0...
2 years ago

Breaking Changes

Since #1176, we've modified the descending sorting behavior to be -1 instead of 0 to stick with Mongo sort syntax.

- queryContent('/my-directory').sort({ createdAt: 0 })
+ queryContent('/my-directory').sort({ createdAt: -1 }) 

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

Don't miss a new content release

NewReleases is sending notifications on new releases.