Release 2.9.0

master
Magnar Sveen 12 years ago
parent 40849a7538
commit 31f321a9dc
  1. 13
      README.md
  2. 2
      dash-functional.el
  3. 2
      dash.el
  4. 13
      readme-template.md

@ -19,11 +19,11 @@ If you want the function combinators, then also:
Add this to the big comment block at the top: Add this to the big comment block at the top:
;; Package-Requires: ((dash "2.8.0")) ;; Package-Requires: ((dash "2.9.0"))
To get function combinators: To get function combinators:
;; Package-Requires: ((dash "2.8.0") (dash-functional "1.1.0") (emacs "24")) ;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs "24"))
## Syntax highlighting of dash functions ## Syntax highlighting of dash functions
@ -2126,6 +2126,15 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist ## Changelist
### From 2.8 to 2.9
- Add `-let`, `-let*` and `-lambda` with destructuring
- Add `-tree-seq` and `-tree-map-nodes`
- Add `-non-nil`
- Add `-fix`
- Add `-fixfn` (dash-functional 1.2)
- Add `-copy` (Wilfred Hughes)
### From 2.7 to 2.8 ### From 2.7 to 2.8
- Add `-butlast` - Add `-butlast`

@ -4,7 +4,7 @@
;; Authors: Matus Goljer <matus.goljer@gmail.com> ;; Authors: Matus Goljer <matus.goljer@gmail.com>
;; Magnar Sveen <magnars@gmail.com> ;; Magnar Sveen <magnars@gmail.com>
;; Version: 1.1.0 ;; Version: 1.2.0
;; Package-Requires: ((dash "2.0.0") (emacs "24")) ;; Package-Requires: ((dash "2.0.0") (emacs "24"))
;; Keywords: lisp functions combinators ;; Keywords: lisp functions combinators

@ -3,7 +3,7 @@
;; Copyright (C) 2012-2014 Magnar Sveen ;; Copyright (C) 2012-2014 Magnar Sveen
;; Author: Magnar Sveen <magnars@gmail.com> ;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 2.8.0 ;; Version: 2.9.0
;; Keywords: lists ;; Keywords: lists
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

@ -19,11 +19,11 @@ If you want the function combinators, then also:
Add this to the big comment block at the top: Add this to the big comment block at the top:
;; Package-Requires: ((dash "2.8.0")) ;; Package-Requires: ((dash "2.9.0"))
To get function combinators: To get function combinators:
;; Package-Requires: ((dash "2.8.0") (dash-functional "1.1.0") (emacs "24")) ;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs "24"))
## Syntax highlighting of dash functions ## Syntax highlighting of dash functions
@ -91,6 +91,15 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist ## Changelist
### From 2.8 to 2.9
- Add `-let`, `-let*` and `-lambda` with destructuring
- Add `-tree-seq` and `-tree-map-nodes`
- Add `-non-nil`
- Add `-fix`
- Add `-fixfn` (dash-functional 1.2)
- Add `-copy` (Wilfred Hughes)
### From 2.7 to 2.8 ### From 2.7 to 2.8
- Add `-butlast` - Add `-butlast`

Loading…
Cancel
Save