Skip to content

Releases: vivocha/arrest

v13.2.6

10 Sep 15:59
Compare
Choose a tag to compare

What's Changed

  • 📦 Dependencies: Updated openapi-police from v4.0.2 to v4.0.5 with security fixes
  • 📚 Documentation: Comprehensive README with complete REST framework documentation
  • 🚀 CI/CD: Migrated from Travis CI to GitHub Actions with Node.js 18, 20, 22 testing
  • Features: Added detailed MongoDB integration examples and authentication patterns
  • 💻 TypeScript: Complete TypeScript support examples and production configuration guidance
  • 🔧 Build: All 285 tests pass with updated dependencies

Key Features Documented

  • OpenAPI v3 compliant REST framework architecture
  • Comprehensive MongoDB v6 integration and operations
  • Authentication and authorization (OAuth2 scopes, CASL abilities)
  • Resource Query Language (RQL) for advanced querying
  • JSON-RPC support and pipeline operations
  • CSV export functionality and Express.js integration

Dependencies Updated

  • openapi-police: ^4.0.5 (updated from ^4.0.2)
  • jsonpolice: ^12.0.1 (transitive dependency)
  • jsonref: ^9.0.2 (transitive dependency)

Test Results

  • ✅ All 285 tests passing
  • 🔧 Modern toolchain with pnpm and GitHub Actions
  • 📋 Comprehensive coverage across all components

🤖 Generated with Claude Code

v13.2.5

14 Nov 11:59
Compare
Choose a tag to compare

13.2.5 (2024-11-14)

Bug Fixes

  • add debug logs on securityValidator (e5f6fc9)
  • add debug logs on securityValidator (7ab813f)

v13.2.4

22 Dec 08:37
Compare
Choose a tag to compare

13.2.4 (2022-12-22)

Bug Fixes

  • handle default values for missing parameters (9c6fbac)

v13.2.3

09 Dec 08:23
Compare
Choose a tag to compare

13.2.3 (2022-12-09)

Bug Fixes

  • exclude null values when checking ability (d8a0683)

v13.2.2

05 Oct 10:52
Compare
Choose a tag to compare

13.2.2 (2022-10-05)

Bug Fixes

  • handle null values in csv export (e1fb8d5)

v13.2.1

13 Sep 16:01
Compare
Choose a tag to compare

13.2.1 (2022-09-13)

Bug Fixes

  • extract nested props in arrays as x.0.y (b5907d8)

v10.3.0

22 Jul 14:38
Compare
Choose a tag to compare
v10.3.0 Pre-release
Pre-release

10.3.0 (2022-07-22)

Bug Fixes

  • handle falsy values in csv export (d3d967b)
  • handle falsy values in csv export (5eba2f0)

Features

  • add resource param to enforce query limit (2f9d9d8)
  • add support for out and not in rql (f447ceb)

v13.2.0

21 Jul 13:27
Compare
Choose a tag to compare

13.2.0 (2022-07-21)

Features

  • add resource param to enforce query limit (07c3263)

v13.1.0

21 Jul 07:17
Compare
Choose a tag to compare

13.1.0 (2022-07-21)

Features

  • add support for out and not in rql (73e88a7)

v13.0.2

05 Jul 07:43
Compare
Choose a tag to compare

13.0.2 (2022-07-05)

Bug Fixes

  • handle falsy values in csv export (8f57f07)
  • handle falsy values in csv export (1fedfaa)