Skip to content

Releases: lwkchan/make-a-type

0.0.5

03 Jun 08:07
8b95587
Compare
Choose a tag to compare
  • 8b95587 Add description to package.json (#29)
  • 08a4385 Rm boilerplate files (#28)
  • 62a4b42 Merge pull request #22 from lwkchan/dependabot/npm_and_yarn/webpack-5.76.0
  • b5da980 build(deps-dev): bump webpack from 5.6.0 to 5.76.0

0.0.4

03 Jun 04:29
9822385
Compare
Choose a tag to compare
  • 9822385 Merge pull request #27 from lwkchan/usage-instructions
  • 3c8c2a0 Add demo instructions
  • a066003 Merge pull request #26 from lwkchan/setup-gh-action-publishing
  • 3a62690 Update release-to-marketplace.yml

0.0.3

03 Jun 03:51
637b260
Compare
Choose a tag to compare
  • 637b260 Merge pull request #25 from lwkchan/setup-gh-action-publishing
  • f33a2db Fix yaml
  • 6b0a288 Merge pull request #24 from lwkchan/setup-gh-action-publishing
  • c7ffa99 Update gh workflow
  • 9b8d4f3 Add github workflow
  • b4af8a8 Setup deploy script
  • 1331ade Merge pull request #23 from lwkchan/licence
  • 56dcbe6 Create LICENSE
  • 3f459aa Merge pull request #19 from lwkchan/dependabot/npm_and_yarn/decode-uri-component-0.2.2
  • 9890a0c Merge pull request #20 from lwkchan/dependabot/npm_and_yarn/json5-1.0.2
  • e9c2e3d Merge pull request #18 from lwkchan/dependabot/npm_and_yarn/terser-5.14.2
  • 503e3c4 build(deps): bump json5 from 1.0.1 to 1.0.2
  • f1bc30b build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
  • 2fef5d6 build(deps): bump terser from 5.5.0 to 5.14.2
  • f847912 Merge pull request #17 from lwkchan/issue-12-check-string-is-an-object
  • 9f2023b Merge pull request #14 from lwkchan/dependabot/npm_and_yarn/ansi-regex-3.0.1
  • 902006d Merge pull request #15 from lwkchan/dependabot/npm_and_yarn/ajv-6.12.6
  • 3718acc Added basic check to make sure the string is an object
  • 142c8fa Merge pull request #16 from lwkchan/fix-error-handling
  • 7f8bd9f Fixed error handling when error is unknown
  • 0104cef build(deps): bump ajv from 6.12.2 to 6.12.6
  • 94ab2a9 build(deps): bump ansi-regex from 3.0.0 to 3.0.1
  • 1291354 Merge pull request #13 from lwkchan/dependabot/npm_and_yarn/minimist-1.2.6
  • 27bd077 build(deps): bump minimist from 1.2.5 to 1.2.6
  • 729b76f Added link on readme
  • 991cf42 Merge pull request #7 from lwkchan/dependabot/npm_and_yarn/lodash-4.17.21
  • c9068d6 Merge pull request #8 from lwkchan/dependabot/npm_and_yarn/browserslist-4.16.6
  • 8adc331 Merge pull request #9 from lwkchan/dependabot/npm_and_yarn/glob-parent-5.1.2
  • e4eef72 Merge pull request #6 from lwkchan/dependabot/npm_and_yarn/y18n-4.0.1
  • 765a830 build(deps): bump glob-parent from 5.1.1 to 5.1.2
  • edcef63 build(deps): bump browserslist from 4.14.7 to 4.16.6
  • 4da2852 build(deps): bump lodash from 4.17.19 to 4.17.21
  • 6b34787 build(deps): bump y18n from 4.0.0 to 4.0.1
  • 56de47f Merge pull request #5 from lwkchan/dependabot/npm_and_yarn/ini-1.3.8
  • 9a1c4ca build(deps): bump ini from 1.3.5 to 1.3.8
  • 661bada Merge pull request #1 from oliverroick/patch-1
  • ffa1d87 Merge pull request #4 from lwkchan/upgrade-web
  • ade923e chore: merge w master
  • 5229a6b upgrade webpack
  • 0bc500f Merge pull request #3 from lwkchan/dependabot/npm_and_yarn/elliptic-6.5.3
  • 75c321a build(deps): bump elliptic from 6.5.2 to 6.5.3
  • d658054 Merge pull request #2 from lwkchan/dependabot/npm_and_yarn/lodash-4.17.19
  • b691648 build(deps): bump lodash from 4.17.15 to 4.17.19
  • c2b5304 docs: Add minimum VS code requirement
  • 6dcb93a fix: vscodeignore not needed
  • 87e23f7 New patch
  • 0a46df4 some tidy up
  • 693a104 feat: setup for publish
  • 9dcf01d basic readmd
  • a6bfea8 feat: it takes a js object and returns a typed interface
  • 7be0b41 feat: can get text string into conosle.log
  • f764eee initial commit