From 40323964c3bb338eb46b9f35567240a184611729 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Mon, 21 Oct 2024 16:23:35 -0300 Subject: [PATCH] Release v0.36.3 --- CHANGELOG.md | 16 +++++++++++++++- mix.exs | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8399338..4859a74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased][unreleased] +## [0.36.3] - 2024-10-21 + +This release contains some performance improvements, thanks to [@ypconstante](https://github.com/ypconstante). + +### Fixed + +- Stop `Floki.get_by_id/2` traversal on first match. Thanks [@ypconstante](https://github.com/ypconstante). + +- Remove extra whitespaces from nodes without attributes on `Floki.raw_html/1`. + Thank you [@ypconstante](https://github.com/ypconstante). + +- Fix `Floki.raw_html/1` typespecs. Thanks [@davydog187](https://github.com/davydog187). + ## [0.36.2] - 2024-04-26 ### Added @@ -786,7 +799,8 @@ of the parent element inside HTML. - Elixir version requirement from "~> 1.0.0" to ">= 1.0.0". -[unreleased]: https://github.com/philss/floki/compare/v0.36.2...HEAD +[unreleased]: https://github.com/philss/floki/compare/v0.36.3...HEAD +[0.36.3]: https://github.com/philss/floki/compare/v0.36.2...v0.36.3 [0.36.2]: https://github.com/philss/floki/compare/v0.36.1...v0.36.2 [0.36.1]: https://github.com/philss/floki/compare/v0.36.0...v0.36.1 [0.36.0]: https://github.com/philss/floki/compare/v0.35.4...v0.36.0 diff --git a/mix.exs b/mix.exs index dd744a4e..319e608b 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Floki.Mixfile do @description "Floki is a simple HTML parser that enables search for nodes using CSS selectors." @source_url "https://github.com/philss/floki" - @version "0.36.2" + @version "0.36.3" def project do [