Releases: tylercd100/lern
Releases · tylercd100/lern
3.3.1
- Added default config values for Raven/Sentry
3.3.0
- Extracted notification functions into its own package
3.2.2
- Accidently forgot to merge PR for 3.2.1, this release has the 3.2.1 fixes
3.2.1
- Fixed issue when trying to store an exception code that is not an integer
3.2.0
- Added option to remove certain keys from the input data
3.1.4
- Check if the exception code is an integer
3.1.3
- Use Attribute Casting in Exception Model
3.1.2
- Check to make sure 'smtp' config value is set before checking its value
3.1.1
- Added Try/Catch statements to prevent infinite loops
3.1.0
- Added SMTP support