Skip to content

Releases: ClaudeBot/hubot-longtext

v3.1.0

28 Nov 17:28
Compare
Choose a tag to compare

This version introduces an option to check by the length of the strings array. It will also convert line breaks (i.e. \r, and \n) into an array of strings.

The README.md documents the full process. If the length of the strings array does not exceed the limit, there is a chance that it may still be exported to a paste if the number of characters in a single string line (array item) exceeds the defined limits.

That is, the script now checks by the number of items in the strings array (if the HUBOT_LONGTEXT_MAX_LINES is defined - requires an integer), and by the character length of each item.

View all changes.


As always, please do feel free to open up an issue, make a pull request or contact me if you have any questions, issues, etc. Documentation should be in README.md and the source code (I am also contactable on IRC at FyreChat #sandbox channel). I have also created an Ask.fm for you to leave any questions that you may have (I do not mind answering anything unrelated to this project, e.g. HTML / CSS in general).

v3.0.1

28 Nov 17:16
Compare
Choose a tag to compare

This release is the first version to support Hubot v2.17.0, and its new 'response middleware' feature.

It takes an array of strings, and checks if each one is within the defined character limit (or 300, if undefined).

View all changes.

v2.0.1

28 Nov 17:13
Compare
Choose a tag to compare

This version is defunct, and no longer supported.

It was developed for an experimental version of Hubot (before responseMiddleware was added).

Unless you are using ClaudeBot's fork of Hubot, it will NOT work anywhere else.

Please DO NOT use it.