piercus / kalman-filter

Kalman filter in javascript
MIT License
109 stars 16 forks source link

convert project code to typescript. #71

Closed UrielCh closed 6 months ago

UrielCh commented 8 months ago

I can only merge it to an existing branch. and I do not see any existing develop branch

piercus commented 8 months ago

@UrielCh thanks for your work

Can you please squash all your commits into one "BREAKING CHANGE" commit (so it will trigger a new Major release) see https://github.com/semantic-release/semantic-release

UrielCh commented 8 months ago

I think that this PR dose not contains any BREAKING CHANGE. all interface are still the same, the only big change is that the package.json entry point had change, and that a typing is now provided.

piercus commented 8 months ago

Please trigger a major release for this, if there is no breaking change this is a good point

I feel it's quite possible that some CI tool, static checker ... in consuming libraries might be impacted by this ts release.

Let's be safe

UrielCh commented 8 months ago

Ok

UrielCh commented 6 months ago

Check PR #75