Query Parsing: Enjoy improved query parsing as boolean values are now correctly interpreted. For example, parseQuery('?value=true') now returns {value: true} instead of a string, enhancing the accuracy of your data handling.
Fixes
Fix issues with query parsing that previously returned incorrect string values instead of booleans. This ensures that your queries are processed accurately and consistently.
Others
Update dependencies to ensure better performance and compatibility with the latest features. This keeps your environment up-to-date and running smoothly.