TheBigerGamer

quick.db-remote ChangeLog

Jun 1st, 2020 (edited)
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. # Changelog
  2.  
  3. ## [0.1.10] - 2021-02-11
  4.  
  5. ### Added
  6. Added function has - Check whenever an entry exists or not within the database.
  7.  
  8. ## Fixed
  9. Fetch would throw an error if entry did not exist.
  10.  
  11. ## [0.1.9] - 2021-02-11
  12.  
  13. ### Removed
  14. Removed unwanted behaviour on fetch when requested entry does not exist.
  15. Removed unnecessary and unwanted console logs.
  16.  
  17. ## [0.1.8] - 2020-09-08
  18. ### Added
  19. Added support for multiple connections.
  20. Added configuration file.
  21. Added documentation page: https://darkenlightmage.gitbook.io/quick-db-remote/
  22.  
  23. ### Changed
  24. Changed documentation of the package.
  25.  
  26. ## [0.1.7] - 2020-09-08
  27. ### Added
  28. Added support for multiple connections.
  29. Added configuration file.
  30. Added documentation page: https://darkenlightmage.gitbook.io/quick-db-remote/
  31.  
  32. ### Changed
  33. Changed documentation of the package.
  34.  
  35. ## [0.1.6] - 2020-06-01
  36. ## Changed
  37. Changed the way fetch returns when database entry doesn't exist.
  38.  
  39. ## [0.1.5] - 2020-05-31
  40. ### Bug fix
  41. Fixed bug in fetch - Unhandled Promises when database entry doesn't exist.
  42. Fixed error in setupServer.
Add Comment
Please, Sign In to add comment