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

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

[elpa] externals/dash 3bbaed5 256/426: Release 2.4.0


From: Phillip Lord
Subject: [elpa] externals/dash 3bbaed5 256/426: Release 2.4.0
Date: Tue, 04 Aug 2015 19:38:07 +0000

branch: externals/dash
commit 3bbaed53313d5d55d36209cca46c9242e9ec8d0c
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Release 2.4.0
---
 README.md          |   28 +++++++---------------------
 dash.el            |    2 +-
 readme-template.md |   28 +++++++---------------------
 3 files changed, 15 insertions(+), 43 deletions(-)

diff --git a/README.md b/README.md
index ca1fd78..d96744a 100644
--- a/README.md
+++ b/README.md
@@ -2,25 +2,6 @@
 
 A modern list api for Emacs. No 'cl required.
 
-## Breaking change 1.8.0 -> 2.0.0
-
-- The `-min` and `-max` functions are no longer variadic, but take a
-  list to be more in line with the other dash functions.
-
-- `-min-by` and `-max-by` now take a comparator function to sort by.
-
-The stated scope of dash is increasing. It now includes more
-functional style functions, like combinators and threading macros.
-These have been creeping in anyway, since they're so darn useful. Time
-to make it official. :)
-
-- `-rpartial`, `-juxt` and `-applify` are moved to a separate package.
-  Note that `-partial` is still in dash for backwards compatibility
-  reasons.
-
-These new combinators require Emacs 24 for its lexical scope. So
-they are offered in a separate package: `dash-functional`.
-
 ## Installation
 
 It's available on [marmalade](http://marmalade-repo.org/) and 
[Melpa](http://melpa.milkbox.net/):
@@ -38,11 +19,11 @@ If you want the function combinators, then also:
 
 Add this to the big comment block at the top:
 
-    ;; Package-Requires: ((dash "1.8.0"))
+    ;; Package-Requires: ((dash "2.4.0"))
 
 To get function combinators:
 
-    ;; Package-Requires: ((dash "1.8.0") (dash-functional "1.0.0") (emacs 
"24"))
+    ;; Package-Requires: ((dash "2.4.0") (dash-functional "1.0.0") (emacs 
"24"))
 
 ## Syntax highlighting of dash functions
 
@@ -1447,6 +1428,11 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Changelist
 
+### From 2.3.0 to 2.4.0
+
+- Add `-snoc` (Matus Goljer)
+- Add `-replace-at`, `-update-at`, `-remove-at`, and `-remove-at-indices` 
(Matus Goljer)
+
 ### From 2.2.0 to 2.3.0
 
 - Add tree operations (Matus Goljer)
diff --git a/dash.el b/dash.el
index 6445195..46f392d 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012 Magnar Sveen
 
 ;; Author: Magnar Sveen <address@hidden>
-;; Version: 2.3.0
+;; Version: 2.4.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 cae5da2..972e3c2 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -2,25 +2,6 @@
 
 A modern list api for Emacs. No 'cl required.
 
-## Breaking change 1.8.0 -> 2.0.0
-
-- The `-min` and `-max` functions are no longer variadic, but take a
-  list to be more in line with the other dash functions.
-
-- `-min-by` and `-max-by` now take a comparator function to sort by.
-
-The stated scope of dash is increasing. It now includes more
-functional style functions, like combinators and threading macros.
-These have been creeping in anyway, since they're so darn useful. Time
-to make it official. :)
-
-- `-rpartial`, `-juxt` and `-applify` are moved to a separate package.
-  Note that `-partial` is still in dash for backwards compatibility
-  reasons.
-
-These new combinators require Emacs 24 for its lexical scope. So
-they are offered in a separate package: `dash-functional`.
-
 ## Installation
 
 It's available on [marmalade](http://marmalade-repo.org/) and 
[Melpa](http://melpa.milkbox.net/):
@@ -38,11 +19,11 @@ If you want the function combinators, then also:
 
 Add this to the big comment block at the top:
 
-    ;; Package-Requires: ((dash "1.8.0"))
+    ;; Package-Requires: ((dash "2.4.0"))
 
 To get function combinators:
 
-    ;; Package-Requires: ((dash "1.8.0") (dash-functional "1.0.0") (emacs 
"24"))
+    ;; Package-Requires: ((dash "2.4.0") (dash-functional "1.0.0") (emacs 
"24"))
 
 ## Syntax highlighting of dash functions
 
@@ -110,6 +91,11 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Changelist
 
+### From 2.3.0 to 2.4.0
+
+- Add `-snoc` (Matus Goljer)
+- Add `-replace-at`, `-update-at`, `-remove-at`, and `-remove-at-indices` 
(Matus Goljer)
+
 ### From 2.2.0 to 2.3.0
 
 - Add tree operations (Matus Goljer)



reply via email to

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