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

Release 0.14.0 #373

Merged
merged 4 commits into from
Jun 5, 2021
Merged

Release 0.14.0 #373

merged 4 commits into from
Jun 5, 2021

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 30, 2021

  • #299: Add more refill examples
  • #301: Split termwidth docstring into header and body
  • #302: Rename wrap_columns argument to middle_gap
  • #303: Sort normal and dev-dependencies
  • #304: Simplify function signatures by removing unnecessary lifetimes
  • #305: Lint against left-behind print! and eprint! macros
  • #308: Document handling of leading and trailing whitespace
  • #310: Add WebAssembly example
  • #313: Use Unicode line breaking algorithm to find words
  • #314: Avoid relying on Into<Options> internally
  • #330: Align time for weekly builds with comment
  • #331: Remove outer boxing from Options
  • #332: Add WordSeparator trait to allow customizing how words are found in a line of text
  • #335: Stop inlining display_width
  • #336: Add simple “Hello World” example
  • #337: Shorten benchmark warm-up time
  • #338: Bump insecure indirect ssri dependency of Wasm demo
  • #339: Ensure Wasm demo builds on every PR
  • #340: Automatically deploy Wasm demo when master changes
  • #341: Fix the ref for Wasm deployment
  • #342: Fix the ref for Wasm deployment again
  • #343: Consolidate .gitignore files into one
  • #344: Update and expand Wasm demo README
  • #345: Migrate to webpack 5
  • #346: Record build info for Wasm demo
  • #347: Fix ignoring the example/wasm/www/dist/ folder
  • #349: Only redeploy Wasm demo when the demo itself changed
  • #353: Trim trailing whitespace from prefix in indent
  • #354: Make indent faster by preallocating the output string
  • #355: Refactor word splitter handling in interactive example
  • #356: Preserve the build-info.json file on the gh-pages branch
  • #357: Replace core::WrapAlgorithm enum with WrapAlgorithm trait
  • #358: Switch wrapping functions to use a slice for line_widths
  • #359: Correct Option to Options in README.md
  • #360: Give proper names to the generic parameters
  • #361: Let core::split_words take a WordSplitter
  • #363: Fix Wasm demo after Let core::split_words take a WordSplitter #361
  • #364: Add many more options to Wasm demo
  • #365: Add option for setting break_words in Wasm demo
  • #366: Show wrapping with proportional fonts by default in Wasm demo
  • #367: Add links to Wasm demo in the README
  • #368: Move WordSeparator and WordSplitter traits to separate modules
  • #369: Rename Options::splitter to Options::word_splitter
  • #370: Bump dev dependencies
  • #371: Bump dependencies for Wasm example
  • Count Wasm page views #374 Count Wasm page views
  • Generate high-quality source-map for Wasm demo #375 Generate high-quality source-map for Wasm demo
  • Let user change font-size in Wasm demo #376 Let user change font-size in Wasm demo
  • Update hyphenation to v0.8.2 #377 Update hyphenation to v0.8.2
  • Use more descriptive word splitter name #378 Use more descriptive word splitter name
  • Disable the WrapAlgorithm select field for now #379 Disable the WrapAlgorithm select field for now

@mgeisler mgeisler force-pushed the release-0.14.0 branch 5 times, most recently from de23284 to 4bea302 Compare June 4, 2021 12:48
Before we only read the first page, which contain up to 30 PRs. This
release has seen more than 45 PRs, so we can no longer stop at the
first page!
@mgeisler mgeisler enabled auto-merge June 5, 2021 08:16
@mgeisler mgeisler merged commit 65277f5 into master Jun 5, 2021
@mgeisler mgeisler deleted the release-0.14.0 branch June 5, 2021 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant