Skip to content

Releases: alexreardon/tiny-warning

1.0.3

09 Jul 01:16
Compare
Choose a tag to compare
  • Adding missing license MIT file: #12. tiny-warning was already declared as MIT in the package.json but we have now added the LICENSE file to the project. Thanks @ajkl2533 @Bosch-Eli-Black @matthewtebbs-codaio for pushing this forward
  • Add TS declaration: #13. Thanks @alexanbj!
  • Upgrading to [email protected]

1.0.2

18 Dec 19:11
Compare
Choose a tag to compare

1.0.1

18 Dec 09:05
Compare
Choose a tag to compare
  • improved debugging with an empty try/catch #6. Thanks @TrySound
  • ie9 support: conditionally use console.warn #5. Thanks @TrySound
  • moved to flow 0.89 #7
  • Add repository to package.json #4. Thanks @trathschlag