Releases: yamanoku/birthday-countdown
Releases · yamanoku/birthday-countdown
v8.0.0
Ver7.0.0
Ver6.1.0
Ver6.0.0 Updates
Ver5.0.0 Updates
Updates
Code Refactoring & Add ES2017 Code 🎉
- 🧹 clean code
- 💪🏼 fix typescript build error
- ⚙️ add
padStart
Delete Husky 👋
Using git core.hooksPath
mechanism to reduce dependencies.
thanks: https://efcl.info/2021/08/21/git-precommit-hook/
Moved Main Branch is master
to main
☑️
https://github.com/yamanoku/birthday-countdown-js/ main branch is main
.
Ver4.3.0
Ver4.2.0
Ver4.1.0
Ver4.0.0 Updates
Updates
Base Source TypeScript ✨
Changed base source from JavaScript to TypeScript.
source
src/countdown.js
=> src/countdown.ts
tslint.json => @typescript-eslint
typescript linter changed from tslint.json
to @typescript-eslint
conpile target es5 => es6
Ver3.0.0 Updates
Updates
TypeScript Support 🎉
Wow 😲 !! birthday-countdown.js
have come to support TypeScript, i.e. Type Definition !
Build File generate command is yarn tsc (npm run tsc)
.
source
src/ts/countdown.ts
config
tsconfig.json
Added tslint 🔧
In addition to this, TypeScript Linter Added.
yarn lint
command to see that the Linter is running.
config
tslint.json
Added renovate
In addition to this, Automated Dependency Management "Renovate".
Next Project
- Support React Modlue
- Support Vue.js Module