Skip to content

Commit

Permalink
beta changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjsh committed Dec 22, 2023
1 parent 4f61fc8 commit 8b281e2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@

# Changelog

# 2.0.0-beta.1
### New Features
- **Dynamic Font Sizing:** Font size can now be applied dynamically, enhancing visual hierarchy and readability.
- **Literal Character Rendering:** Introducing the literal symbol `¦` to unambiguously represent reserved characters in text formatting, ensuring clarity in rendered output.

### Bug Fixes
- **Spacing in Strings:** Corrected an issue where strings containing spaces were not formatted correctly, improving the robustness and reliability of the text display.

### Breaking Changes
- **Underline Style Update:** The syntax for underlining text has changed. The previous `//` markers are now replaced with `#`. This shift streamlines the styling process and aligns with common markdown practices.
- **Reserved Character Escaping:** Incorporating the new literal `¦` necessitates the explicit marking of reserved characters to be treated as literals. This modifies how users will work with text that includes characters previously used for formatting.

### Celebrate Our Progress
#### Stable Release Environmental Enhancements
- With every iteration, we not only aim to improve functionality but also ensure that each contribution to the code base adheres to the highest standards. We revise documentation, streamline our continuous integration flows, and update dependencies to deliver top-notch performance and security.

# 1.0.3
- chore: update dependencies

Expand Down Expand Up @@ -47,3 +63,7 @@ Thanks for choosing our text formatting widget for all your formatting needs. We
# 0.1.0+18

- feat: WhatsApp like formatting for you all!🎉


Thank you for being part of our journey. Your feedback is the beacon that guides our innovation.
*Please note that all changes included in beta releases are for testing purposes and may change before the final release.*
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: typeset
description: WhatsApp like text formatting for you! -> Bold, Italic, Underline
version: 2.0.0
version: 2.0.0-beta.1
repository: https://github.com/rohanjsh/typeset/
screenshots:
- description: "Examples of the typeset formatters"
Expand Down

0 comments on commit 8b281e2

Please sign in to comment.