Packages
A serializer for Phoenix.Socket that encodes and decodes messages using BERT (Binary ERlang Term)
Current section
32 Versions
Jump to
Current section
32 Versions
Compare versions
4
files changed
+23
additions
-3
deletions
| @@ -1,5 +1,25 @@ | |
| 1 1 | # Changelog |
| 2 2 | |
| 3 | + ## 1.0.12 (2025-08-07) |
| 4 | + |
| 5 | + ### Enhancements |
| 6 | + |
| 7 | + - Update mix.lock |
| 8 | + |
| 9 | + ## 1.0.11 (2025-07-02) |
| 10 | + |
| 11 | + ### Enhancements |
| 12 | + |
| 13 | + - Remove backquotes from description |
| 14 | + - Update mix.lock |
| 15 | + |
| 16 | + ## 1.0.10 (2025-06-28) |
| 17 | + |
| 18 | + ### Enhancements |
| 19 | + |
| 20 | + - Fix integer big-endian format |
| 21 | + - ESLint format |
| 22 | + |
| 3 23 | ## 1.0.9 (2025-06-10) |
| 4 24 | |
| 5 25 | ### Enhancements |
| @@ -4,7 +4,7 @@ | |
| 4 4 | {<<"GitHub">>,<<"https://github.com/Youimmi/phoenix_socket_bert">>}, |
| 5 5 | {<<"Youimmi">>,<<"https://youimmi.com">>}]}. |
| 6 6 | {<<"name">>,<<"phoenix_socket_bert">>}. |
| 7 | - {<<"version">>,<<"1.0.11">>}. |
| 7 | + {<<"version">>,<<"1.0.12">>}. |
| 8 8 | {<<"description">>, |
| 9 9 | <<"A serializer for Phoenix.Socket that encodes and decodes messages using BERT (Binary ERlang Term)">>}. |
| 10 10 | {<<"elixir">>,<<"~> 1.15">>}. |
| @@ -3,7 +3,7 @@ defmodule PhoenixSocketBert.MixProject do | |
| 3 3 | |
| 4 4 | @description "A serializer for Phoenix.Socket that encodes and decodes messages using BERT (Binary ERlang Term)" |
| 5 5 | @source_url "https://github.com/Youimmi/phoenix_socket_bert" |
| 6 | - @version "1.0.11" |
| 6 | + @version "1.0.12" |
| 7 7 | |
| 8 8 | def project do |
| 9 9 | [ |
| @@ -1,6 +1,6 @@ | |
| 1 1 | { |
| 2 2 | "name": "phoenix_socket_bert", |
| 3 | - "version": "1.0.11", |
| 3 | + "version": "1.0.12", |
| 4 4 | "description": "BERT serializer for Phoenix.Socket.", |
| 5 5 | "license": "MIT", |
| 6 6 | "main": "./priv/static/phoenix_socket_bert.js", |