Skip to content

v0.1.0

Compare
Choose a tag to compare
@tscpp tscpp released this 20 May 20:29
· 163 commits to master since this release
  • Merge branch 'master' of https://github.com/kolint/kolint 6a8f6a4
  • Add .github to npmignore e26c344
  • Workflow build - Thu May 20 20:25:28 UTC 2021 82e3b65
  • Update config-docs workflow 4f769f1
  • Merge pull request #240 from kolint/update-docs 427c687
  • Limit github action to master branch cc08e70
  • Cleanup package.json scripts 35a8208
  • Update main.yml 9b1117a
  • Rename main workflow to main.yml 6fdbfab
  • Streamline github guidelines c94e025
  • Remove CHANGELOG.md 043ca2a
  • Remove docs/internal 47f6f21
  • Add yaml, yml editorconfig 1e31820
  • Add config-docs workflow 1cca858
  • Move tools/gen-config/schema.js to .github/scripts/config-docs.js b74c187
  • Update documentation for the new syntax d96a224
  • Merge pull request #235 from kolint/update-cli 71798c2
  • Update src/cli/cli.ts f4a5322
  • Update src/cli/cli.ts 37f732c
  • Move bin entries to /bin folder 0769132
  • Change CLI entry to src/cli/index.ts 76b4cc4
  • Add registerOutput to CLI 5b8d1d8
  • Update CLI 4be6dea
  • Merge pull request #234 from kolint/debug-output 8d211eb
  • Make the reporter responsible for saving output files when needed. 7609562
  • Reference knockout in context.d.ts e770872
  • Merge pull request #226 from kolint/core-update e3b1234
  • Optimize the compilation flow to take advantage of typescript's incremental parsing. * Change to append-only when generating code and inferring types. Only standard typescript APIs used. * Update grammar and code to new syntax for managing binding contexts (ko-import, ko-context and ko-viewmodel) * Handle multiple named imports * Add "typeof" support for viewmodel references * Add support to modify the current context. Type hints make it possible to assert "magical" binding handlers where it is not possible to infer the type. E.g. Durandal's binding handler "Widget". * Add support for analyzing multiple files at a time * Move emit responsibilities to SourceBuilder * Add revision control in the SourcBuilder to support the incremental updates (enables the generational source mapping) * Filter out properties that are not valid variable names. (work around until we can support all possible property names) 7346f6b
  • Merge pull request #228 from kolint/delete-demo bd60f9e
  • Merge branch 'master' into delete-demo 39dd21a
  • Merge pull request #229 from kolint/delete-workflows 0cd4fb7
  • Fixes #227 7a13d75
  • Delete the demo folder with outdated examples. 5fdda28

v0.0.4...v0.1.0