Skip to content

Latest commit

 

History

History
214 lines (119 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

214 lines (119 loc) · 4.28 KB

Changelog

All notable changes to this project will be documented in this file.

[1.0.0-alpha.26] - 2024-12-10

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.25] - 2024-12-10

Miscellaneous Tasks

  • Add outDir configuration
  • Add GitHub Actions for build and release

[1.0.0-alpha.24] - 2024-11-16

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.23] - 2024-10-31

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.22] - 2024-10-13

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.21] - 2024-08-30

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.20] - 2024-08-20

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.19] - 2024-08-04

Refactor

  • Change FrameSignaturePacket from type to interface
  • Use nullish coalescing operator for default text
  • Convert port number to string in console.log

Miscellaneous Tasks

  • Simplify eslint lint command
  • Add module type to package.json
  • Switch eslint configuration to flat

[1.0.0-alpha.18] - 2024-06-30

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.17] - 2024-06-05

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.16] - 2024-04-24

Miscellaneous Tasks

  • Update pnpm version on template workflow

[1.0.0-alpha.15] - 2024-04-18

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.14] - 2024-03-22

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.13] - 2024-03-14

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.12] - 2024-03-06

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.11] - 2024-02-10

Bug Fixes

  • Change place holder image size based on aspect ratio

[1.0.0-alpha.10] - 2024-02-09

Features

  • Add new farcaster image aspect ratio property

[1.0.0-alpha.9] - 2024-02-08

Documentation

  • Update the project readme file for some minor modificcations

[1.0.0-alpha.8] - 2024-02-06

Documentation

  • Update README.md to add instructions for using the template
  • Update README.md to improve sections headers

[1.0.0-alpha.7] - 2024-02-04

Miscellaneous Tasks

  • Enable engine-strict on the .npmrc
  • Add specified node and pnpm minimum version in package.json

[1.0.0-alpha.6] - 2024-02-04

Refactor

  • Enhance code with best practices and optimizations
  • Add FrameSignaturePacket to the types

[1.0.0-alpha.5] - 2024-02-04

Features

  • Add simple use case for using input texts

Refactor

  • Update codes to improve code readability

Documentation

  • Update the link to farcaster frames docs

Miscellaneous Tasks

  • Add a new lint script for running eslint
  • Update eslint rules and parser on .eslintrc.json

[1.0.0-alpha.4] - 2024-01-31

Refactor

  • Add a og image as fallback for clients that do not support frames

[1.0.0-alpha.3] - 2024-01-31

Documentation

  • Update readme file improve usage section

[1.0.0-alpha.2] - 2024-01-31

Documentation

  • Update readme file to add usage and improve wrapping

[1.0.0-alpha.1] - 2024-01-31

Documentation

  • Update the readme file of the project
  • Add a new contributing guideline for the project

[1.0.0-alpha.0] - 2024-01-31

Features

  • Add simple functionality for changing frame background color

Documentation

  • Add default issues templates for GitHub issues
  • Add new configuration file for GitHub Sponsorship
  • Remove the build badge from readme file
  • Add Apache License version 2.0 as project license

Miscellaneous Tasks

  • Create a new Hono app using create-hono
  • Update dev script to run server and tunnel
  • Add .editorconfig file for better editor compatibility
  • Add a new configuration file for Dependabot
  • Add a new configuration file for stale bot
  • Add a new workflow file for handle Git Flow branches
  • Add .npmrc to enforce saving exact dependency versions
  • Add a new configuration file for Prettier
  • Add a new configuration file for ESLint
  • Add the template workflow to cleanup repository after work
  • Add mission meta data to the package.json