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

Version 2.0.0 #21

Merged
merged 17 commits into from
Jul 4, 2021
Merged

Version 2.0.0 #21

merged 17 commits into from
Jul 4, 2021

Commits on Jun 28, 2021

  1. * Update packages

    * Remove `husky`
    * Add VS Code TypeScript settings
    vasilii-kovalev committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    22ee2c5 View commit details
    Browse the repository at this point in the history
  2. * Change VariableBorder to InterpolationOptions

    * Change `InterpolationOptions` interface
    * Fix tests and README
    * Move constants and types to separate files
    * Improve `isNil` typing
    vasilii-kovalev committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b268c12 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. * Replace "borders" by "interpolation options"

    * Unify tests
    * Remove `null` and `undefined` from `ValueType`
    * Refine README
    vasilii-kovalev committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    7a2d1f3 View commit details
    Browse the repository at this point in the history
  2. * Replace spaces by tabs

    * Replace single quotes by double ones
    * Disable EOL rules in Prettier and EditorConfig
    * Add `charset` rule to EditorConfig
    vasilii-kovalev committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    370ea83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f8ad6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaf0d84 View commit details
    Browse the repository at this point in the history
  5. * Add "LICENSE" section to README

    * Update date in LICENSE file
    * Refine `tsconfig`-s
    * Simplify environment variables processing in `webpack.config.ts`
    vasilii-kovalev committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    84ba586 View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    vasilii-kovalev committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    d5071b6 View commit details
    Browse the repository at this point in the history
  7. * Change the library's description

    * Improve `Features` section
    * Add `API` section
    * Simplify `Variables` type
    vasilii-kovalev committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    37542a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fe1159 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. * Get rid of UMD support

    * Refine `jest` config in `package.json`
    * Remove useless badges in README
    * Put "Examples" section right after "Features"
    * Refine `tsconfig`-s
    vasilii-kovalev committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    67ea223 View commit details
    Browse the repository at this point in the history
  2. * Simplify configs

    * Get rid of unnecessary packages
    * Move to Yarn
    vasilii-kovalev committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    f40d4d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3a7d97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a070791 View commit details
    Browse the repository at this point in the history
  5. * Fix a typo in README

    * Add `template engine` tag and remove `formatter` one
    vasilii-kovalev committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    7b561b5 View commit details
    Browse the repository at this point in the history
  6. * Re-export types

    * Fix a typo in README
    vasilii-kovalev committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    47ac858 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cb1d48 View commit details
    Browse the repository at this point in the history