Skip to content

20200524

Compare
Choose a tag to compare
@nmaguiar nmaguiar released this 24 May 04:52
· 3 commits to 20200524 since this release

Generic

  • new oaf/oafc scripts
  • adding $rest.head
  • af.jsonParse using the correct GSON lib method
  • update to httpclient and jna libs
  • shebang improvements
  • new yprint method

Console

  • option for automatic update
  • exit actions

IO

  • Specific io.readFileJSON and io.writeFileJSON

oJob

  • added getJob function
  • enable download via http/s with authorized domains
  • improvements to include section
  • adding ojob.cronInLocalTime
  • job.each option
  • correcting previous accidental breaking change on global
  • default ojobhelp set to "help" job
  • new oJob.output function

ow.obj

  • ow.obj.schemaGenerator: adding description and extra detections
  • new useTransaction option on AF pool

ow.ch

  • improved getAll and other references
  • new type "all"

ow.format

  • added isIPv4, isIPv6, isEmail, isURL and isHost

ow.server

  • solved documentRoot bug in ow.server.httpd.reply
  • forcing cron expr UTC and option for localTime
  • support for websockets server

ow.template

  • new html.inlineImageTag, html.inlineSrc, html.genStaticVersion*, inlineSrcURL
  • adding options to showdownjs lib

HTTPServer

  • Websocket server options

XLS

  • adding xls.getSheetNames()