Skip to content

Releases: yamanoku/birthday-countdown

v8.0.0

04 Oct 16:03

Choose a tag to compare

Updates

chore: set the biome schema a target for Renovate.

#1004

fix: isBirthday

#1080

chore: refactor the common logic into utils.ts.

#1223

feat: TailwindCSS

#1421

chore: move island component

#1422

feat: Cloudflare Pages -> Cloudflare Workers

#1423

Full Changelog: v7.0.0...v8.0.0

Ver7.0.0

16 Apr 16:23
31d0f37

Choose a tag to compare

Updates

Cloudflare Pages + HonoX 🔥 Architecture

#907

Ver6.1.0

30 Oct 10:08

Choose a tag to compare

Updates

Add: Display my age

#671

Ver6.0.0 Updates

27 Mar 01:50

Choose a tag to compare

Updates

Add: Vite ⚡ & GitHub Actions

#565

  • feat: vite
  • del: browser-sync
  • add: GitHub Actions

Ver5.0.0 Updates

16 Oct 11:26

Choose a tag to compare

Updates

Code Refactoring & Add ES2017 Code 🎉

3913905

  • 🧹 clean code
  • 💪🏼 fix typescript build error
  • ⚙️ add padStart

Delete Husky 👋

970cf30

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

01 May 12:14
b8704bd

Choose a tag to compare

Updates

husky v6 init 🐶

Thx, typicode 🙏🏼

Ver4.2.0

01 May 12:05
93cbd8a

Choose a tag to compare

Updates

Add: <noscript>

JavaScriptを許可してね!

Ver4.1.0

26 May 04:32

Choose a tag to compare

Updates

Add Prettier

add prettier & eslint package

  • prettier
  • eslint-config-prettier
  • eslint-plugin-prettier

Add typescript compiler in watch mode

npm scripts add yarn watch (tsc -w) command.

Ver4.0.0 Updates

25 May 16:41

Choose a tag to compare

Updates

Base Source TypeScript ✨

Changed base source from JavaScript to TypeScript.

5198a1e

source

src/countdown.js => src/countdown.ts

tslint.json => @typescript-eslint

typescript linter changed from tslint.json to @typescript-eslint

conpile target es5 => es6

https://github.com/yamanoku/birthday-countdown-js/blob/3c109172b8f171b7ba6e9824431b072d549fa91d/tsconfig.json#L4

Ver3.0.0 Updates

06 Feb 14:25

Choose a tag to compare

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