emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 6302243 127/316: Release 2.15.0


From: ELPA Syncer
Subject: [elpa] externals/dash 6302243 127/316: Release 2.15.0
Date: Mon, 15 Feb 2021 15:57:41 -0500 (EST)

branch: externals/dash
commit 63022432e1f7bcc5af9582f29d4ed0552a2e658b
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    Release 2.15.0
---
 README.md          | 16 ++++++++++++++--
 dash.el            |  2 +-
 readme-template.md | 12 ++++++++++++
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 08a37ff..9a742d3 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,11 @@ If you want the function combinators, then also:
 
 Add this to the big comment block at the top:
 
-    ;; Package-Requires: ((dash "2.14.1"))
+    ;; Package-Requires: ((dash "2.15.0"))
 
 To get function combinators:
 
-    ;; Package-Requires: ((dash "2.14.1") (dash-functional "1.2.0") (emacs 
"24"))
+    ;; Package-Requires: ((dash "2.15.0") (dash-functional "1.2.0") (emacs 
"24"))
 
 ## Upcoming breaking change!
 
@@ -2856,6 +2856,18 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Changelist
 
+### From 2.14 to 2.15
+
+This release brings new destructuring features, some new control flow
+functions and performance optimizations.
+
+- Added `-setq` with destructuring binding support similar to `-let` family 
([#116](https://github.com/magnars/dash.el/issues/116))
+- Added smarter key destructuring in `-let` and friends where variables are 
auto-derived from keys ([#111](https://github.com/magnars/dash.el/issues/111))
+- Allow `-let` bindings with place only 
([#256](https://github.com/magnars/dash.el/issues/256))
+- Added `-each-r` and `-each-r-while` (@doublep, 
[#159](https://github.com/magnars/dash.el/issues/159))
+- Added `-common-suffix` (@basil-conto, 
[#263](https://github.com/magnars/dash.el/issues/263))
+- Improved performance of folds (`-reduce` and friends) (@basil-conto, 
[#264](https://github.com/magnars/dash.el/issues/264))
+
 ### From 2.13 to 2.14
 
 This release retires Emacs 23 support.  We will still try to keep
diff --git a/dash.el b/dash.el
index 652a898..066bf7c 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
 ;; Author: Magnar Sveen <magnars@gmail.com>
-;; Version: 2.14.1
+;; Version: 2.15.0
 ;; Keywords: lists
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/readme-template.md b/readme-template.md
index 7ffbe36..1996179 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -98,6 +98,18 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
 
 ## Changelist
 
+### From 2.14 to 2.15
+
+This release brings new destructuring features, some new control flow
+functions and performance optimizations.
+
+- Added `-setq` with destructuring binding support similar to `-let` family 
([#116](https://github.com/magnars/dash.el/issues/116))
+- Added smarter key destructuring in `-let` and friends where variables are 
auto-derived from keys ([#111](https://github.com/magnars/dash.el/issues/111))
+- Allow `-let` bindings with place only 
([#256](https://github.com/magnars/dash.el/issues/256))
+- Added `-each-r` and `-each-r-while` (@doublep, 
[#159](https://github.com/magnars/dash.el/issues/159))
+- Added `-common-suffix` (@basil-conto, 
[#263](https://github.com/magnars/dash.el/issues/263))
+- Improved performance of folds (`-reduce` and friends) (@basil-conto, 
[#264](https://github.com/magnars/dash.el/issues/264))
+
 ### From 2.13 to 2.14
 
 This release retires Emacs 23 support.  We will still try to keep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]