Skip to content

Releases: IrfanAkram5/JavaScriptSorting

Added a demo website page + minor updates

08 Jan 13:23
Compare
Choose a tag to compare

This release has the following changes;

  • Working webpage demonstrating sort with different number of rows.
  • updated the .py utility program to auto insert some classes for webpage layout and include data-tags automatically
  • pointer changes to "progress" when script is executed.
  • add performance time captures at relevant points. Generates a custom event which is captured. Webpage display the captures.

Raise any problems/issues using the Issues tab

v1.0.001 Update comments

31 Dec 05:02
4319e0a
Compare
Choose a tag to compare
  • Update coments in .py and .js code files to include github location

v1.0.0 Initial Release

31 Dec 04:47
a172f37
Compare
Choose a tag to compare

v1.0.0 Initial release

  • Sorting of text, case sensitive/insensitive
  • Sorting of numbers, e.g. formats; 123.45, -234.56, 1,456.88, -£800,762.36, 23475E+20, 36.464.847,45
  • Sorting of number in accounting format; $(1,874,234.99) for loss and $1,874,234.99 for positive amounts
  • Uploaded test data as .csv file
  • Uploaded html tables of 100, 1000 and 10,000 rows for testing
  • Uploaded a utility python script for users to generate own data

Contact @IrfanAkram5 for queries, issues, improvement suggestions.