Sha256: 83c9afc58342ee1436c14a323abc7d410a29263ee894ada2d86225628528840e

Contents?: true

Size: 1.54 KB

Versions: 1

Compression:

Stored size: 1.54 KB

Contents

=== 0.2.6 / 2011-12-02

* Bug Fixes:
  * gh-19[https://github.com/turboladen/sdp/issues/19]: Created +Hash#keys_to_s+
    that converts all SDP parse result attributes to be Strings instead of
    Parslet::Slices.

=== 0.2.5 / 2011-12-01

* Improvements:
  * gh-18[https://github.com/turboladen/sdp/issues/18]: Added SDP::ParseError
    to convey SDP couldn't parse.
* Relaxed version enforcement on parslet.

=== 0.2.4 / 2011-10-25

* Bug Fixes:
  * Fixed missing +}+ in gemspec.  This disallowed requiring sdp since the +lib+
    directory wasn't getting built in to the gem.

=== 0.2.3 / 2011-10-09

* Bug Fixes:
  * Fixed author name in gemspec.
* Improvements:
  * Removed dependency on ore; now just use RubyGems & Bundler.
  * Added `gem test` compatibility.

=== 0.2.2 / 2011-02-21

* Bug Fixes:
  * Fixed ERB template to account for parsing a description that
  doesn't have the time zone field set.
* Improvements:
  * Now works with parslet 1.1.1

=== 0.2.1 / 2011-02-06

* Bug Fixes:
  * #to_s now uses \r\n line endings.

=== 0.2.0 / 2011-01-22

* New features:
  * Parse i=, c=, b=, k= when in media sections.
  * connection_network_type and connection_address_type now separate
  from network_type and address_type.
* Bug Fixes:
  * Fixed attribute parsing so it treats anything but a :, \r, or \n as
  part of the attribute.

=== 0.1.0 / 2011-01-21

* Initial release:
  * Parses SDP text to SDP::Description objects
  * Create SDP::Description objects from scratch
* Not yet implemented:
  * Parsing of media sections that contain fields other than "attribute"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sdp-0.2.6 ChangeLog.rdoc