Changelog
Version 1.0.4 - Documentation Updates
Release Date: 29/07/2024
Added
- Where Filter: Detailed instructions and examples for using the
where
filter with various MongoDB-like operators to perform complex queries. - Sort Filter: Explanation of the
sort
filter for ordering query results by specific fields in ascending or descending order. - Limit and Skip Filters: Guide on how to use
limit
andskip
filters for controlling the number of records returned and managing pagination. - Include Filter: Introduced documentation for the
include
filter, detailing how to include related models in query results along with applying additional scoped filters.
Enhancements
- Filter Usage Examples: Added comprehensive examples across all filter documentation to enhance clarity and provide practical application contexts.
- Summary Page for Filters: Created a new summary page that consolidates key points from the detailed filter documentation, offering users a quick reference guide.
1.0.3
- Adding Hook support. You can now subscribe to some events to trigger actions on your side.
1.0.1
- Correct a typo issue in documentation.
1.0.0
- Init parts of documentation
- First steps
- Agents
- Widgets