All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
ignoreModules
option to ignore notifications sent from certain modules. Defaults to ignoringcalendar
andnewsfeed
since these send a lot of nusance notifications.
- Removed errant code from testing phase.
overwriteBrowserMethods
option to format the Web Browser's (DevTools) logs as well as the Node.JS console logs. Defaults tofalse
so to enable it, you must add it in your config section.echoModuleNotifications
option to relay module notifications to the NodeJS console as well as DevTools.echoErrors
option to relay browser errors to the NodeJS console as well as DevTools.
- Initial commit for public testing.