Skip to content

Tags: roosterchicken/beemovie

Tags

v1.0.3

Toggle v1.0.3's commit message
v1.0.3: fixed bug in Paragraph.ts

v1.0.2

Toggle v1.0.2's commit message
v1.0.2: Put JSON back into the file and split code

v1.0.1

Toggle v1.0.1's commit message
Oould be daisies.

v1.0.0

Toggle v1.0.0's commit message
v1.0.0: Changed API to be less bad lmao.

I changed the BeeMovie() APIs to make more sense. Instead of something
like BeeMovie(), the function is Script(). I also moved the script
outside the main.ts file into an external beemovie.json file. You can
load a JSON file as a module into TypeScript so it's good. I also added
explanations for the functions into README.md and I also added examples
for the Version() function.

Changelog:
	- Changed BeeMovie() type APIs to be the name of the action the
	  function is doing
	- Moved the script outside the main.ts file and into
	  beemovie.json
	- Added an explanation for the functions into README.md and
	  added examples for the Version() function into README.md

v0.2.4

Toggle v0.2.4's commit message
"v0.2.3: Fixed bug where if beeMovieParagraph() was called more then …

…once then it would add the previous string onto the existing one."

v0.2.3

Toggle v0.2.3's commit message
"v0.2.3: Fixed bug where if beeMovieParagraph() was called more then …

…once then it would add the previous string onto the existing one."

v0.2.1

Toggle v0.2.1's commit message
Fixed some JSDoc comments

v0.2.0

Toggle v0.2.0's commit message
"v0.1.7: beeMovieWord() has single quotes."

v0.1.7

Toggle v0.1.7's commit message
"v0.1.6: Fixed bug where beeMovieWord() would sometimes return an emp…

…ty string :>"

v0.1.6

Toggle v0.1.6's commit message
"v0.1.5: Added new bee movie script with single quotes and made beeMo…

…vieWord() only return words without special characters."