Next | Query returned 14 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-02-03 16:55:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
math/ruby-roo: update to 2.10.1

2.10.1 (2024-01-17)

Changed/Added

* Prevent warnings on Ruby 3.1 if finalizer is called twice 586
* Fix Roo::Base#each_with_pagename degraded at 576 583
   2023-02-11 14:50:38 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
math/ruby-roo: update to 2.10.0

2.10.0 (2023-02-07)

What's Changed

* Implied coordinates by @tahanson in #549
* Support formatting excel currencies by @bmidgley in #557
* Roo::Base#each_with_pagename returns Enumerator Object by @tsuchiyaisshin
  in #576
* Fix/open office gsub replacement by @patrickkulling in #581
* Fix issue with spreadsheets containing filters by @coorasse in #543
* Add support for boolean values in open office files that were
  generat... by @patrickkulling in #580
   2022-10-10 05:36:51 by Takahiro Kambe | Files touched by this commit (32)
Log message:
Remove lines for Ruby 2.6.
   2022-08-28 05:24:05 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
math/ruby-roo: update to 2.9.0

2.9.0 (2022-03-19)

Changed/Added

* Ruby 3.x Support 555
* Ignore all richdata at 'xl/richData' of XSLX 552
* Only copy if cell is present when expand_merged_ranges: true 557
* Fixes issue where the contents of hidden sheet was returned when parsing
  visible sheets only. 536
* Add formats 525
* Fix warnings caused by Ruby 2.7 update 530
* Add formats 525

Removed

* Support for ruby 2.4, 2.5, 2.6 (excluded jRuby)
   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2020-03-08 17:06:05 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
math/ruby-roo: update to 2.8.3

Update ruby-roo to 2.8.3.

##  [2.8.3] 2020-02-03
### Changed/Added
- Updated rubyzip version. Now minimal version is 1.3.0 \ 
[515](https://github.com/roo-rb/roo/pull/515) - \ 
[CVE-2019-16892](https://github.com/rubyzip/rubyzip/pull/403)
   2019-02-06 16:30:57 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
math/ruby-roo: update to 2.8.2

##  [2.8.2] 2019-02-01
### Changed/Added
- Support range cell for Excelx's links [490](https://github.com/roo-rb/roo/pull/490)
- Skip `extract_hyperlinks` if not required \ 
[488](https://github.com/roo-rb/roo/pull/488)

### Fixed
- Fixed error for invalid link [492](https://github.com/roo-rb/roo/pull/492)

##  [2.8.1] 2019-01-21
### Fixed
- Fixed error if excelx's cell have empty children \ 
[487](https://github.com/roo-rb/roo/pull/487)
   2019-01-20 15:10:29 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
math/ruby-roo: update to 2.8.0

pkgsrc change: add "USE_LANGUAGES= # none".

##  [2.8.0] 2019-01-18
### Fixed
- Fixed inconsistent column length for CSV \ 
[375](https://github.com/roo-rb/roo/pull/375)
- Fixed formatted_value with `%` for Excelx \ 
[416](https://github.com/roo-rb/roo/pull/416)
- Improved Memory consumption and performance \ 
[434](https://github.com/roo-rb/roo/pull/434) \ 
[449](https://github.com/roo-rb/roo/pull/449) \ 
[454](https://github.com/roo-rb/roo/pull/454) \ 
[456](https://github.com/roo-rb/roo/pull/456) \ 
[458](https://github.com/roo-rb/roo/pull/458) \ 
[462](https://github.com/roo-rb/roo/pull/462) \ 
[466](https://github.com/roo-rb/roo/pull/466)
- Accept both Transitional and Strict Type for Excelx's worksheets \ 
[441](https://github.com/roo-rb/roo/pull/441)
- Fixed ruby warnings [442](https://github.com/roo-rb/roo/pull/442) \ 
[476](https://github.com/roo-rb/roo/pull/476)
- Restore support for URL as file identifier for CSV \ 
[462](https://github.com/roo-rb/roo/pull/462)
- Fixed missing location for Excelx's links \ 
[482](https://github.com/roo-rb/roo/pull/482)

### Changed / Added
- Drop support for ruby 2.2.x and lower
- Updated rubyzip version for fixing security issue. Now minimal version is 1.2.1
- Roo::Excelx::Coordinate now inherits Array \ 
[458](https://github.com/roo-rb/roo/pull/458)
- Improved Roo::HeaderRowNotFoundError exception's message \ 
[461](https://github.com/roo-rb/roo/pull/461)
- Added `empty_cell` option which by default disable allocation for \ 
Roo::Excelx::Cell::Empty [464](https://github.com/roo-rb/roo/pull/464)
- Added support for variable number of decimals for Excelx's formatted_value \ 
[387](https://github.com/roo-rb/roo/pull/387)
- Added `disable_html_injection` option to disable html injection for shared \ 
string in `Roo::Excelx` [392](https://github.com/roo-rb/roo/pull/392)
- Added image extraction for Excelx \ 
[414](https://github.com/roo-rb/roo/pull/414) \ 
[397](https://github.com/roo-rb/roo/pull/397)
- Added support for `1e6` as scientific notation for Excelx \ 
[433](https://github.com/roo-rb/roo/pull/433)
- Added support for Integer as 0 based index for Excelx's `sheet_for` \ 
[455](https://github.com/roo-rb/roo/pull/455)
- Extended `no_hyperlinks` option for non streaming Excelx methods \ 
[459](https://github.com/roo-rb/roo/pull/459)
- Added `empty_cell` option to disable Roo::Excelx::Cell::Empty allocation for \ 
Excelx [464](https://github.com/roo-rb/roo/pull/464)
- Added support for Integer with leading zero for Roo:Excelx \ 
[479](https://github.com/roo-rb/roo/pull/479)
- Refactored Excelx code [453](https://github.com/roo-rb/roo/pull/453) \ 
[477](https://github.com/roo-rb/roo/pull/477) \ 
[483](https://github.com/roo-rb/roo/pull/483) \ 
[484](https://github.com/roo-rb/roo/pull/484)

### Deprecations
- Roo::Excelx::Sheet#present_cells is deprecated \ 
[454](https://github.com/roo-rb/roo/pull/454)
- Roo::Utils.split_coordinate is deprecated \ 
[458](https://github.com/roo-rb/roo/pull/458)
- Roo::Excelx::Cell::Base#link is deprecated \ 
[457](https://github.com/roo-rb/roo/pull/457)
   2017-01-07 23:26:46 by Thomas Klausner | Files touched by this commit (3)
Log message:
Updated ruby22-roo to 2.7.1.

## [2.7.1] 2017-01-03
### Fixed
- Fixed regression where a CSV's encoding was being ignored \ 
[372](https://github.com/roo-rb/roo/pull/372)

## [2.7.0] 2016-12-31
### Fixed
- Added rack server for testing Roo's download capabilities \ 
[365](https://github.com/roo-rb/roo/pull/365)
- Refactored tests into different formats \ 
[365](https://github.com/roo-rb/roo/pull/365)
- Fixed OpenOffice for JRuby [362](https://github.com/roo-rb/roo/pull/362)
- Added '0.000000' => '%.6f' number format \ 
[354](https://github.com/roo-rb/roo/pull/354)
- Add additional formula cell types for to_csv \ 
[367][https://github.com/roo-rb/roo/pull/367]

### Added
- Extracted formatters from Roo::Base#to_* methods \ 
[364](https://github.com/roo-rb/roo/pull/364)

## [2.6.0] 2016-12-28
### Fixed
- Fixed error if sheet name starts with a slash \ 
[348](https://github.com/roo-rb/roo/pull/348)
- Fixed loading to support files on ftp [355](https://github.com/roo-rb/roo/pull/355)
- Fixed Ruby 2.4.0 deprecation warnings [356](https://github.com/roo-rb/roo/pull/356)
- properly return date as string [359](https://github.com/roo-rb/roo/pull/359)

### Added
- Cell values can be set in a CSV [350](https://github.com/roo-rb/roo/pull/350/)
- Raise an error Roo::Excelx::Extractor document is missing \ 
[358](https://github.com/roo-rb/roo/pull/358/)

Next | Query returned 14 messages, browsing 1 to 10 | Previous