Skip to content

v2.0.0

Compare
Choose a tag to compare
@itsbrunodev itsbrunodev released this 07 Jan 21:07
· 90 commits to main since this release

🎉 SnipNest v2.0

This release introduces one breaking change in the API, improves the UI with better code organization, style fixes and improved functionality of snippet handling.

Breaking Changes

  • The snippet API route no longer returns the content of a snippet

New Features

  • Added a new API route that returns only the content of a snippet
  • Added a new API route that returns the list of available programming languages

Enhancements

  • Added a new function to format paths
  • Snippet names under JavaScript/Array have been clarified for better understanding and organization
  • Improved the landing page, moved the large part of it to a separate Hero component for better organization
  • Fixed various styling issues

Fixes

  • Fixed a bug in the getSnippet function's regex to improve accuracy
  • Removed an unused variable from the grouped-snippets component for cleaner code

Documentation

  • Updated the API Documentation to reflect the changes in API routes