navis.js 5.6.0 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -835,6 +835,7 @@ Future versions may include:
|
|
|
835
835
|
## Documentation
|
|
836
836
|
|
|
837
837
|
- [V2 Features Guide](./docs/V2_FEATURES.md) - Complete v2 features documentation
|
|
838
|
+
- [V5.6 Features Guide](./docs/V5.6_FEATURES.md) - Advanced query builders documentation
|
|
838
839
|
- [V3 Features Guide](./docs/V3_FEATURES.md) - Complete v3 features documentation
|
|
839
840
|
- [V4 Features Guide](./docs/V4_FEATURES.md) - Complete v4 features documentation
|
|
840
841
|
- [V5 Features Guide](./docs/V5_FEATURES.md) - Complete v5 features documentation
|
package/package.json
CHANGED