- Renamed
enablePropertyLoging
toenablePropertyLogging
.
- Add a new class decorator
@AutoLogBypassClass
to disable logging for the entire class.
- Added the ability to control wheter the logging proxy gets applied through an
enableLogging
option that defaults totrue
- Fixed filename spelling and associated referencing files
- Make
reflect-metadata
a dependency instead of a devDependency.
- Add keywords
- Improve exports so importing from the library looks more natural.
- Add
@AutoLogMe
decorator for standalone method logging.
Initial release