Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

83 lines (49 loc) · 1.66 KB

Changelog

[Unreleased]

2.0.3

Changed

2.0.2

Changed

  • Remove ActiveAdmin runtime dependency version limit '<2' #16 by @reaper

2.0.1

Fixed

  • fix issue with xls_builder retaining data between requests when there is an exception on a computed field #13

2.0.0

Changed

  • Drop support for ruby 1.9, rails 3.2, and ActiveAdmin 0.6.6.
  • Add support for rails 5.1 #8

1.1.0

Added

  • Add only_columns #7

Fixed

Changed

  • Update tests for ActiveAdmin 1.2

1.0.5

Fixed

  • Fix #1 - Unnecessary database access
  • Fix broken tests

1.0.4

Fixed

  • Minor bug fixes / typo corrections

1.0.3

Fixed

  • Move require rake from gemspec to lib/activeadmin-xls.rb #4 by @ejaypcanaria

1.0.2

Fixed

  • Fixes undefined local variable or method max_per_page #3 by @rewritten