Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve type checking #26

Merged
merged 1 commit into from
Jul 13, 2021
Merged

Improve type checking #26

merged 1 commit into from
Jul 13, 2021

Conversation

vasilii-kovalev
Copy link
Owner

@vasilii-kovalev vasilii-kovalev commented Jul 13, 2021

Closes #25

Breaking changes

  • Make interpolationOptions in ConfigureHydrateText required
  • Make prefix and suffix in InterpolationOptions required

Minor changes

  • Add strong type checking for the variables object
  • Add BigInt support

Chore

  • Add check-dts library
  • Define correct and incorrect usage examples
  • Re-write all the tests
  • Update libraries
  • Change the library's version to 4.0.0

* Make `interpolationOptions` in `ConfigureHydrateText` required
* Make `prefix` and `suffix` in `InterpolationOptions` required
* Add `check-dts` library
* Define correct and incorrect usage examples
* Re-write all the tests
* Update libraries
* Add `BigInt` support
@vasilii-kovalev vasilii-kovalev self-assigned this Jul 13, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 970946f on next into e37da6b on main.

@vasilii-kovalev vasilii-kovalev merged commit 612b102 into main Jul 13, 2021
@vasilii-kovalev vasilii-kovalev deleted the next branch July 13, 2021 16:59
Repository owner locked as resolved and limited conversation to collaborators Jul 22, 2021
@vasilii-kovalev vasilii-kovalev added the enhancement New feature or request label Jul 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve type checking
2 participants