Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Releases: ifeilong/feilong-taglib

1.6.2

09 Jun 22:20
Compare
Choose a tag to compare

[Feature]

  • none

[Update]

  • none

[Remove]

  • none

[Fix Bug] πŸ›

  • none

1.6.1

08 Jun 09:10
Compare
Choose a tag to compare

[Feature]

  • none

[Update]

  • PagerHelper call ConvertUtil.toInteger(pageNoString, 1)

[Remove]

  • none

[Fix Bug] πŸ›

  • none

1.6.0

05 Jun 07:10
Compare
Choose a tag to compare

[Feature]

  • none

[Update]

  • update log level
  • call DateUtil.toString

[Remove]

  • none

[Fix Bug] πŸ›

  • none

1.5.6

31 May 06:16
Compare
Choose a tag to compare

[Feature]

  • remove @version
  • update @author

[Update]

  • none

[Remove]

  • none

[Fix Bug] πŸ›

  • none

1.5.5

27 May 07:55
Compare
Choose a tag to compare

[Feature]

  • none

[Update]

  • BaseTag add logException(Exception e) method
  • BarcodeTag add buildImgTag method
  • add feilong-accessor dependency

[Remove]

  • none

[Fix Bug] πŸ›

  • none

1.5.4

16 May 08:14
Compare
Choose a tag to compare

[Feature]

  • add BarcodeTag
  • add OptionTag
  • add TagCacheManager

[Update]

  • Replace all <pre> with <pre class="code"> in JavaDoc
  • update feilong-default-pager.vm $(".pagerButton") event
  • update httpconcat.properties httpconcat.support default value is false
  • AbstractWriteContentTag update buildContent method add HttpServletRequest request param

[Remove]

  • feilong-default-pager.vm remove div_feilongPager div style

[Fix Bug] πŸ›

  • none

1.5.3

18 Apr 05:27
Compare
Choose a tag to compare

[Feature]

  • none

[Update]

  • move base tag to com.feilong.taglib package
  • move BaseTag#print(Object),BaseTag#println(Object) to AbstractWriteContentTag

[Remove]

  • none

[Fix Bug] πŸ›

  • none

1.5.2

27 Mar 12:46
Compare
Choose a tag to compare

[Feature]

  • none

[Update]

  • none

[Remove]

  • remove version.easymock

[Fix Bug] πŸ›

  • none

1.5.1

26 Mar 13:48
Compare
Choose a tag to compare

[Feature]

  • none

[Update]

  • replace if (null == collection){ throw new NullPointerException("collection must not be null"); } to Validate.notNull(collection, "collection must not be null");

[Remove]

  • none

[Fix Bug] πŸ›

  • none

1.5.0

25 Mar 15:46
Compare
Choose a tag to compare

[Feature]

  • need jdk 1.7 at least
  • add HttpConcatGlobalConfigBuilder,HttpConcatGlobalConfig

[Update]

  • servlet-api version to 3.0.1
  • update ELFunctions toJsonString method ,when exception
  • feilong-taglib-display project update feilong-core-extension scope to test

[Remove]

  • none

[Fix Bug] πŸ›

  • none