|
From: | ELPA update |
Subject: | [GNU ELPA] Tomelr version 0.4.3 |
Date: | Sun, 31 Mar 2024 06:02:26 -0400 |
Version 0.4.3 of package Tomelr has just been released in GNU ELPA. You can now find it in M-x list-packages RET. Tomelr describes itself as: ============================= Convert S-expressions to TOML ============================= More at https://elpa.gnu.org/packages/tomelr.html ## Summary: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ EMACS-LISP LIBRARY FOR CONVERTING S-EXPRESSIONS TO TOML ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [https://github.com/kaushalmodi/tomelr/actions/workflows/test.yml/badge.svg] [https://elpa.gnu.org/packages/tomelr.svg] [https://img.shields.io/badge/License-GPL%20v3-blue.svg] [https://github.com/kaushalmodi/tomelr/actions/workflows/test.yml/badge.svg] <https://github.com/kaushalmodi/tomelr/actions> [https://elpa.gnu.org/packages/tomelr.svg] <https://elpa.gnu.org/packages/tomelr.html> [https://img.shields.io/badge/License-GPL%20v3-blue.svg] <https://www.gnu.org/licenses/gpl-3.0> 1 Installation ══════════════ ## Recent NEWS: 1 Changelog ═══════════ All notable changes to this project will be documented in this file. 1.1 *0.4.2* - <2022-05-11 Wed> ────────────────────────────── [19d128f…e45b0e4] [19d128f…e45b0e4] <https://github.com/kaushalmodi/tomelr/compare/19d128f0d2fd4ea8d4bf92cb1f5a235468b45d00...e45b0e43e80cc9df796027674a412708050ec8d6> 1.1.1 :bug: Bug Fixes ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Don't allow multi-line strings to indent by more than 2 spaces … The `tomelr-indent-multi-line-strings` variable is set to `t' mainly … by ox-hugo. So these multi-line strings will most likely be pars… ([e45b0e4]) [e45b0e4] <https://github.com/kaushalmodi/tomelr/commit/e45b0e43e80cc9df796027674a412708050ec8d6> 1.1.2 :recycle: Refactor ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Use append instead of push+reverse ([7f331a8]) [7f331a8] <https://github.com/kaushalmodi/tomelr/commit/7f331a8c0d4ab1f25b6f8b8749f8cb7a6ad274a6> 1.2 *0.4.0* - <2022-05-11 Wed> ────────────────────────────── [2820bf1…a5b2a0e] [2820bf1…a5b2a0e] <https://github.com/kaushalmodi/tomelr/compare/2820bf1af3e5482df8aa1c9c35bd0d7333ce6a68...a5b2a0e6251ce62cd2ce515b961dba513966fcb9> 1.2.1 :bug: Bug Fixes ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Case of table arrays in nested sub tables ([0f7a6cf]) [0f7a6cf] <https://github.com/kaushalmodi/tomelr/commit/0f7a6cf7f40717b3fd7735f3ee78978e2d031bdb> 1.3 *0.3.0* - <2022-05-05 Thu> ────────────────────────────── [8fc2257…2820bf1] [8fc2257…2820bf1] <https://github.com/kaushalmodi/tomelr/compare/8fc2257ec072a3fc3316c7f311722db50b37558e...2820bf1af3e5482df8aa1c9c35bd0d7333ce6a68> 1.3.1 :bug: Bug Fixes ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Make plist parsing work on emacs 26.3 … The fix was to make tomelr depend on the newer map v3.2.1 and seq … v2.23 versions from GNU ELPA. ([2820bf1]) [2820bf1] <https://github.com/kaushalmodi/tomelr/commit/2820bf1af3e5482df8aa1c9c35bd0d7333ce6a68> 1.4 *0.2.3* - <2022-05-03 Tue> ────────────────────────────── [4e2edfe…884674e] [4e2edfe…884674e] <https://github.com/kaushalmodi/tomelr/compare/4e2edfe073d2a057a37b159d4e67282aa132f596...884674e168cbef35275a325f707c588ac2b5c866> 1.4.1 :memo: Documentation ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Add installation instructions now that this is in GNU ELPA ([9aa3086]) [9aa3086] <https://github.com/kaushalmodi/tomelr/commit/9aa308665daa507655285d601d3e13657cb4523e> 1.5 *0.2.0* - <2022-05-03 Tue> ────────────────────────────── [568de5e…b4be72f] [568de5e…b4be72f] <https://github.com/kaushalmodi/tomelr/compare/568de5efb250c0bb4f19495c69b8b42b41fb186d...b4be72f240038d2db27540effcdd63e649b4df57> 1.5.1 :sparkles: Features ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Add option for indenting multi-line strings … New defvar `tomelr-indent-multi-line-strings`. ([3362213]) [3362213] <https://github.com/kaushalmodi/tomelr/commit/3362213172237f40ff0d9aa3ddf12b4bb00a3564> 1.5.2 :recycle: Refactor ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Rename tomelr predicate functions for consistency ([b4be72f]) [b4be72f] <https://github.com/kaushalmodi/tomelr/commit/b4be72f240038d2db27540effcdd63e649b4df57> 1.6 *0.1.0* - <2022-05-03 Tue> ────────────────────────────── [4434ccc…568de5e] [4434ccc…568de5e] <https://github.com/kaushalmodi/tomelr/compare/4434ccc64b1e311b53e8ecc906113bba2e16fa98...568de5efb250c0bb4f19495c69b8b42b41fb186d> 1.6.1 :sparkles: Features ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Support string keys ([ed13b73]) • Auto-coerce string to boolean ([ebe5959]) • Auto-coerce string to integers ([a25d952]) [ed13b73] <https://github.com/kaushalmodi/tomelr/commit/ed13b73e9b68ac2c51f3545ac337bbfeba063a42> [ebe5959] <https://github.com/kaushalmodi/tomelr/commit/ebe5959174812ffc3cf7d88040b854599b15a88a> [a25d952] <https://github.com/kaushalmodi/tomelr/commit/a25d952a17d344ac3d7396ae78a34e21b9ada14e> 1.6.2 :bug: Bug Fixes ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ • Auto-stringify symbols like 1.10.1 ([ae98371]) • Auto-stringify and auto-quote symbol values ([ec381fd]) • Boolean coercing when value is a symbol true or false ([c2d1328]) … … [ae98371] <https://github.com/kaushalmodi/tomelr/commit/ae983711be15d95abd22ae4d7b8c116031de60a0> [ec381fd] <https://github.com/kaushalmodi/tomelr/commit/ec381fd723c9801caa2353a40d41e8cc8096ea29> [c2d1328] <https://github.com/kaushalmodi/tomelr/commit/c2d1328c4404e6af920dc431ba57ee00eef4ba36>
[Prev in Thread] | Current Thread | [Next in Thread] |