Releases: rage-js/tools
Releases · rage-js/tools
@rage-js/tools v0.1.1
- Bug fix: formatLog function's warning log message flag is changed from (CONFIG) to (WARNING).
- Feature: New function in MongoDBToolKit class called
createCollection, which is used to create collections locally and then expects the core module to turn that into real mongodb collection later while pushing. - Feature: New function in MongoDBToolKit class called
findCollection, which is used to find collections that are located locally and then return it in a custom class typeMongoDBCollection. - Feature: New custom class type
MongoDBCollection, a custom type built specifically to manage locally created MongoDB collections by the core module. The class may include functions likefindDocument,createDocument. - Feature: Users can now create "schemas" for their MongoDB collections. A Schema is like an expected structure of every document inside the collection.
- Bug fix: Removed logger flags PUSH, FETCH