Skip to content

SimpleCache v3 Release

Latest
Compare
Choose a tag to compare
@stetsmando stetsmando released this 17 Aug 08:51
· 21 commits to master since this release

Major Changes:

  • logMessages renamed to debug
  • All single actions are now synchronous so you don’t have to await them
  • All operations return some value

Minor Changes:

  • Added tests with 100% coverage
  • Refactored app to make it more maintainable, testable and approachable