Accepting request 460659 from home:develop7:branches:devel:languages:erlang
Elixir v1.4.2 OBS-URL: https://build.opensuse.org/request/show/460659 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=24
This commit is contained in:
parent
9f90a15356
commit
95952cf34d
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir-doc
|
||||
Version: 1.4.0
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: Documentation for elixir
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 09:13:15 UTC 2017 - develop7@develop7.info
|
||||
|
||||
- Elixir v1.4.2
|
||||
1. Bug fixes
|
||||
EEx
|
||||
[EEx] Support middle expressions on trim mode
|
||||
Elixir
|
||||
[Calendar] Correct typo on Calendar types
|
||||
[Kernel] Ensure redefined functions point to the proper source
|
||||
[OptionParser] Add `:allow_nonexistent_atoms` to support unsafe behaviour
|
||||
prior to v1.4
|
||||
[Stream] Allow consuming multiple items from suspended enumerable in
|
||||
`Stream.transform/3`
|
||||
[String] Incorporate new grapheme rules in Unicode 9
|
||||
IEx
|
||||
[IEx.Autocomplete] Do not crash on aliases which are not known at compile
|
||||
time
|
||||
Mix
|
||||
[Mix.Umbrella] Ensure umbrella projects can depend on other umbrella
|
||||
projects
|
||||
[Mix.Archive] Ensure previous archives with .ez extension are deleted
|
||||
|
||||
- Elixir v1.4.1
|
||||
1. Bug fixes
|
||||
Elixir
|
||||
[Kernel] Remove warning when making private functions overridable
|
||||
[Path] Ensure `Path.join/1` returns strings for lists of one element
|
||||
[Regex] Ensure `Regex.escape/1` also escapes `-`
|
||||
IEx
|
||||
[IEx] Disable ANSI detection for powershell to avoid false positives
|
||||
Mix
|
||||
[Mix.Make] Run `make clean` for `erlang.mk`
|
||||
[Mix.Rebar] Support all of rebar3 dependency package declaration
|
||||
[Mix.Rebar] Only pass overrides from parent to child in Rebar dep
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 6 17:33:45 UTC 2017 - develop7@develop7.info
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir
|
||||
Version: 1.4.0
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34a6747b5db75c35e542805b75a08bc1b2b0a53b5180f33de6af0bdff870e6b3
|
||||
size 1825050
|
3
v1.4.2.tar.gz
Normal file
3
v1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb4e2ec4d68b3c8b800179b7ae5779e2999aa3375f74bd188d7d6703497f553f
|
||||
size 1825935
|
Loading…
Reference in New Issue
Block a user