elixir/elixir.changes

112 lines
4.0 KiB
Plaintext

-------------------------------------------------------------------
Fri Jul 03 21:59:45 UTC 2015 - matwey.kornilov@gmail.com
- Update to version v1.0.5:
+ Ensure we escape config before injecting into escript
+ Read 4K blocks instead of lines in IO.binread
+ Add unit test for IO.binread with :all option
+ Optimize rstrip
+ Handle corner cases for small strings in rstrp
+ Ensure we properly underscore acronyms followed by paths
+ Speed up upcase and downcase for large strings
+ Ensure blocks do not clobber eex buffer
+ Only consider outer halts in flat_map when the op is not halt itself
+ Expand attributes and macros in record extractor
+ Fix GenEvent detecting module that isn't loaded
+ Ensure take/1 does not consume more than required
+ Handle :undefined arity in Logger.Translator
+ Add more documentation for ~> requirements
+ Fix Version.pre typespec
+ Fix to_string for Version with numeric pre
+ Join pre-release parts with "."
+ Fix race condition in logger translator test
+ Merge pull request #3382 from lexmag/string_io-fixes
+ Update CHANGELOG
+ Really fix race condition in logger translator test
+ Rely on loaded_applications instead of running ones
+ Avoid non-fixed table errors on autocomplete
+ Delegate to :erlang.binary_to_float on Float.parse/1
+ Update CHANGELOG
+ Add docs for simple one for one
+ Also document exit reasons
+ Improve wording
+ Backport improvements to <<>>' docs
+ Update to Erlang 18
+ Move tests to Erlang 18 which has proper logger behaviour
+ Translate emulator logged process crashes in 18.0+
+ Fix logger translating process exit
+ fix for Erlang R18.0 changes in maps module
+ Ensure we also normalize badmap and badkey in rescue
+ Run badkey and badmap only on 18
+ Release v1.0.5
-------------------------------------------------------------------
Mon May 11 15:57:55 UTC 2015 - matwey.kornilov@gmail.com
- Fix a typo in elixir-doc.spec
-------------------------------------------------------------------
Sat May 9 09:49:10 UTC 2015 - matwey.kornilov@gmail.com
- Drop docs into separate package
-------------------------------------------------------------------
Sat May 09 09:27:59 UTC 2015 - matwey.kornilov@gmail.com
- Update to version v1.0.4:
+ Do not propagate protocol consolidation to children
+ Clean up ExUnit.Assertions docs
+ Avoid missing behaviour warnings when compiling erlang files
+ Add compatibilty with OTP 18 typespec changes
+ Fixes for Erlang 18.0-rc1
+ Update CHANGELOG
+ Fix doc formatting in ExUnit.Formatter
+ Wait until test process is down in ExUnit runner
+ Tag async tests as such
+ Release v1.0.4
-------------------------------------------------------------------
Fri Jun 20 14:31:10 UTC 2014 - matwey.kornilov@gmail.com
- Update to 0.14.1
-------------------------------------------------------------------
Mon Feb 17 22:01:03 UTC 2014 - develop7@develop7.info
- Update to 0.12.4
* see CHANGELOG.md for backward incompatibilities and
enhancements
-------------------------------------------------------------------
Thu Feb 6 17:38:37 UTC 2014 - matwey.kornilov@gmail.com
- Add macros.elixir for packaging elixir-packages
-------------------------------------------------------------------
Thu Feb 6 07:51:55 UTC 2014 - matwey.kornilov@gmail.com
- Update to 0.12.3
- number of bugfixes
- see CHANGELOG.md for backward incompatibilities
-------------------------------------------------------------------
Sun Dec 29 16:25:59 FET 2013 - gonzih@gmail.com
- Update to 0.12.0
-------------------------------------------------------------------
Sun Aug 11 19:18:16 UTC 2013 - matwey.kornilov@gmail.com
- Update to 0.10.1 with support for streams, sets and
many improvements to the Mix and ExUnit applications.
-------------------------------------------------------------------
Sun Jul 7 14:07:45 UTC 2013 - matwey.kornilov@gmail.com
- Fix git >= 1.7 requirement
-------------------------------------------------------------------
Fri Jul 5 07:36:33 UTC 2013 - matwey.kornilov@gmail.com
- Initial version