Skip to content

Commit

Permalink
Fix missing link titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
7kasper committed Sep 22, 2020
1 parent 1829273 commit 2c1712a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ new User({id: 1}).fetch({withRelated: ['posts.tags']}).then((user) => {
* [bookshelf-advanced-serialization](https://github.com/sequiturs/bookshelf-advanced-serialization) - A more powerful visibility plugin, supporting serializing models and collections according to access permissions, application context, and after ensuring relations have been loaded.
* [bookshelf-plugin-mode](https://github.com/popodidi/bookshelf-plugin-mode) - Plugin inspired by the functionality of the {@link Model#visible} attribute, allowing to specify different modes with corresponding visible/hidden fields of model.
* [bookshelf-secure-password](https://github.com/venables/bookshelf-secure-password) - A plugin for easily securing passwords using bcrypt.
* [](https://github.com/bsiddiqui/bookshelf-bcrypt) - Another plugin for automatic password hashing for your bookshelf models using bcrypt.
* [](https://github.com/7kasper/bookshelf-bcrypt.js) - Fork of bookshelf-bcrypt using bcryptjs, using less dependencies.
* [bookshelf-bcrypt](https://github.com/bsiddiqui/bookshelf-bcrypt) - Another plugin for automatic password hashing for your bookshelf models using bcrypt.
* [bookshelf-bcrypt.js](https://github.com/7kasper/bookshelf-bcrypt.js) - Fork of bookshelf-bcrypt using bcryptjs, using less dependencies.
* [bookshelf-default-select](https://github.com/DJAndries/bookshelf-default-select) - Enables default column selection for models. Inspired by the functionality of the {@link Model#visible} attribute, but operates on the database level.
* [bookshelf-ez-fetch](https://github.com/DJAndries/bookshelf-ez-fetch) - Convenient fetching methods which allow for compact filtering, relation selection and error handling.
* [bookshelf-manager](https://github.com/ericclemmons/bookshelf-manager) - Model & Collection manager to make it easy to create & save deep, nested JSON structures from API requests.
Expand Down

0 comments on commit 2c1712a

Please sign in to comment.