packages feed

irc-fun-color-0.2.1.0: NEWS.md

This file lists the user-visible interesting changes between releases. For a
full list of changes to the source, see the ChangeLog.



irc-fun-color 0.2.1.0 -- 2016-03-15
===================================

General, build and documentation changes:

* (None)

New APIs, features and enhancements:

* (None)

Bug fixes:

* Weird, `formatMsg` isn't exported in the Hackage release. Maybe I made some
  mistake while releasing. Anyway, this release should fix it.

Dependency changes:

* (None)





irc-fun-color 0.2.0.0 -- 2016-01-27
===================================

General, build and documentation changes:

* (None)

New APIs, features and enhancements:

* Move from `String` to strict `Text`
* Make some of the types abstract
* Use `DList` instead of `[]`, I can't stand the `++ [c]` anti-pattern
* Integration with `Formatting`

Bug fixes:

* (None)

Dependency changes:

* Add dlist         >= 0.7
      formatting    >= 6.2
      irc-fun-types
      text          >= 1
      text-show     >= 2





irc-fun-color 0.1.0.1 -- 2015-09-10
===================================

General, build and documentation changes:

* (None)

New APIs, features and enhancements:

* (None)

Bug fixes:

* When a message starting with a digit is assigned a color, it may be
  interpreted as part of the color code. This has been fixed by inserting some
  dummy codes between the code and the message text.

Dependency changes:

* (None)





irc-fun-color 0.1.0.0 -- 2015-07-18
===================================

General, build and documentation changes:

* This library hasn't been tested much yet in actual IRC clients. If you find
  any issues, please report them and they'll be fixed :-)

New APIs, features and enhancements:

* (This is the first release, so everything is a new feature)

Bug fixes:

* (This is just the first release)

Dependency changes:

* (This is the first release)